mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Made README.PARAMETER_PARSING_API a link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303736 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
24c0366232
commit
ffbac896ce
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<chapter xml:id="internals2.funcs" xmlns="http://docbook.org/ns/docbook">
|
||||
<chapter xml:id="internals2.funcs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Writing functions</title>
|
||||
<para>
|
||||
One core element of an extension are functions which are exported to the
|
||||
|
@ -308,7 +308,7 @@ PHP_FUNCTION(hello_world)
|
|||
|
||||
<para>
|
||||
A documentation of all type specifiers and the corresponding additional C
|
||||
types can be found in the file <code>README.PARAMETER_PARSING_API</code>
|
||||
types can be found in the file <link xlink:href="&url.php.src.parameters.readme;">README.PARAMETER_PARSING_API</link>
|
||||
which is part of the source distribution. The most important types can be
|
||||
found in the table below.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue