Note: The archives category content is an automatically generated focus channel and does not neccessarily reflect the opinions of this blog. No responsibility is taken for the external links presented here, follow at your own discretion.
The archives content is never scraped from sites - but an abstract obtained from search engines.
| Problem |
Solution |
Example |
Reference |
Recommended |
Similar to Perl, PHP has an extensive library of functions. See the example tab for a few simple examples, showing the basic syntax.
|
|
| Problem |
Solution |
Example |
Reference |
Recommended |
substr $ php -q<<EOT <?php echo(substr("Hello World",0,4)."\n"); ?> EOT Hell trim $ php -q<<EOT <?phpecho(trim(" Hello World ")."\n"); ?> EOT Hello World
|
Leave a Reply
You must be logged in to post a comment.