mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- first step (provide docs for internals2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247005 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fe5cb1bb22
commit
25df5a730f
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<chapter xml:id="internals2.funcs" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Writing functions</title>
|
||||
<para>
|
||||
Also known as a Glue language, PHP can be easily extended. And writing
|
||||
functions is undoubtedly one of the most important aspects of extension
|
||||
writing.
|
||||
</para>
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue