fork download
  1. <?php
  2.  
  3. preg_match('~\d+~', 's20', $matches);
  4. print_r($matches);
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
Array
(
    [0] => 20
)