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 |
Counting the number of characters in a string: strlen $ php -q<<EOT <?php echo(strlen("Hello World")."n"); ?> EOT 11 Converts an ASCII code to a character: chr $ php -q<<EOT <?php echo(chr(65)."n"); ?> EOT A
|
Leave a Reply
You must be logged in to post a comment.