> chr() in php ~ Online tutorial

chr() in php

chr()
The chr() function returns a character from the specified ASCII value
syntax
chr(ascii)
Example

<?php
// returns a character from the specified ASCII value
echo chr(52);
echo chr(052);
?>
Output
4
*

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: