From ffbac896ce70e451b475478ce5b6f8aa0b874ba5 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 23 Sep 2010 18:15:42 +0000 Subject: [PATCH] Made README.PARAMETER_PARSING_API a link git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303736 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/funcs/index.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internals2/funcs/index.xml b/internals2/funcs/index.xml index 4a9542dc48..aaeccbd37c 100644 --- a/internals2/funcs/index.xml +++ b/internals2/funcs/index.xml @@ -1,6 +1,6 @@ - + Writing functions One core element of an extension are functions which are exported to the @@ -308,7 +308,7 @@ PHP_FUNCTION(hello_world) A documentation of all type specifiers and the corresponding additional C - types can be found in the file README.PARAMETER_PARSING_API + types can be found in the file README.PARAMETER_PARSING_API which is part of the source distribution. The most important types can be found in the table below.