function chr

chrPodręcznik PHPPoprzedniNastępnychr (PHP 3, PHP 4 )chr -- Return a specific characterDescriptionstring chr ( int ascii) Returns a one-character string containing the character specified by ascii. Przykład 1. chr() example$str .= chr(27); /* add an escape character at the end of $str */ /* Often this is more useful */ $str = sprintf("The string ends in escape: %c", 27); You can find an ASCII-table over here: http://www.asciitable.com. This function complements ord(). See also sprintf() with a format string of %c. PoprzedniSpis treściNastępnychopPoczątek rozdziałuchunk_split
Wyszukiwarka

Podobne podstrony:
function chr
function chr
function fdf next field name
function ccvs void
function mysql error
function mcal event set end
function mcrypt cbc
Functional Origins of Religious Concepts Ontological and Strategic Selection in Evolved Minds
function domnode get content
function mcrypt module get algo key size
function pdf execute image

więcej podobnych podstron