From c8b797c4ed673d6d445a17fc649f36208d0f6b0d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 Jan 2008 18:30:03 +0000 Subject: [PATCH] Add ord() into the seealso section (suggested by validus ) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251133 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/chr.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/chr.xml b/reference/strings/functions/chr.xml index e23e53b9d6..9463ec69f8 100644 --- a/reference/strings/functions/chr.xml +++ b/reference/strings/functions/chr.xml @@ -1,5 +1,5 @@ - + chr @@ -70,6 +70,7 @@ $str = sprintf("The string ends in escape: %c", 27); sprintf with a format string of %c + ord An ASCII-table