PHP Classes

File: undertest.php

Recommend this page to a friend!
  Classes of Free Ment   PHP Live Chat Browser   undertest.php   Download  
File: undertest.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Live Chat Browser
Live chat with users of the same or another site
Author: By
Last change:
Date: 1 year ago
Size: 133 bytes
 

Contents

Class file image Download
<?php

$string
= 'aaa_bbb_ccc a_b_c';
preg_match_all('/\w+/is', $string, $matches);
print(
'$matches: ');var_dump($matches);

?>