PHP » PYTHON |
login |
register |
about
|
chr(ascii) chr(PHP 4, PHP 5) chr — Return a specific character Description
string chr
( int $ascii
)
Returns a one-character string containing the character specified by ascii . This function complements ord(). Parameters
Return ValuesReturns the specified character. Changelog
Examples
Example #1 chr() example
<?php
|
more
Recently updated
more
Most requested
|