mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new entitites for mysqli
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149823 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
625e401cb9
commit
c48a4642c6
1 changed files with 13 additions and 9 deletions
|
@ -200,15 +200,19 @@ been compiled into PHP or dynamically loaded at runtime.
|
|||
|
||||
<!-- These are using in reference/$extname/reference.xml and other
|
||||
supplemental files to mark section titles -->
|
||||
<!ENTITY reftitle.intro '<title>Introduction</title>'>
|
||||
<!ENTITY reftitle.required '<title>Requirements</title>'>
|
||||
<!ENTITY reftitle.install '<title>Installation</title>'>
|
||||
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
|
||||
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
|
||||
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
|
||||
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
|
||||
<!ENTITY reftitle.examples '<title>Examples</title>'>
|
||||
<!ENTITY reftitle.seealso '<title>See Also</title>'>
|
||||
<!ENTITY reftitle.intro '<title>Introduction</title>'>
|
||||
<!ENTITY reftitle.required '<title>Requirements</title>'>
|
||||
<!ENTITY reftitle.install '<title>Installation</title>'>
|
||||
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
|
||||
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
|
||||
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
|
||||
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
|
||||
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
|
||||
<!ENTITY reftitle.methods '<title>Methods</title>'>
|
||||
<!ENTITY reftitle.properties '<title>Properties</title>'>
|
||||
<!ENTITY reftitle.returnvalues '<title>Return values</title>'>
|
||||
<!ENTITY reftitle.examples '<title>Examples</title>'>
|
||||
<!ENTITY reftitle.seealso '<title>See Also</title>'>
|
||||
|
||||
<!-- Common pieces for reference part END -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue