Skip to content

Instantly share code, notes, and snippets.

@renalpha
Created February 7, 2019 13:20
Show Gist options
  • Save renalpha/e581c8504b7e9661febd60604ef552e4 to your computer and use it in GitHub Desktop.
Save renalpha/e581c8504b7e9661febd60604ef552e4 to your computer and use it in GitHub Desktop.
Transform formatted price with possible currency to integer
<?php
$value = (int)preg_replace("/([^0-9\\.])/i", '', $value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment