▼  Site Navigation Main Articles News Search  ▼  Anime + Manga Anime Reviews Anime Characters Gallery Screenshots Manga Reviews  ▼  Misc Links to Webcomics Bible Quotes About Older Musings
site version 7.3
PHP –– Operators
written by: admin


Date Written: 2/20/12 Last Updated: //

The following will increments 5 letters to the variable.

<?php
$a = ord('a');
$a=chr($a+=5);
echo $a;
?>


// $a=f

TAGS: php
copyright 2005–2024