fork(1) download
  1. <?php
  2. $content = <<<EOD
  3. <span style="cursor:pointer" class="sw1" onclick="document.location='/logout'" onmouseover="hint('<center>До конца действия: 237 д. 0 ч.</center>', this, 75,125)"></span>
  4. EOD;
  5.  
  6. if (preg_match('#<center>(?P<result>.*?)</center>#', $content, $matches)) {
  7. echo $matches['result'];
  8. }
Success #stdin #stdout 0.02s 24192KB
stdin
Standard input is empty
stdout
До конца действия: 237 д. 0 ч.