1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<!-- $Revision: 1.29 $ -->
<!-- Part titles used mostly in manual.xml itself -->
<!ENTITY PHPManual "PHP Manual">
<!ENTITY Date "Date:">
<!ENTITY GettingStarted "Getting Started">
<!ENTITY InstallAndConfigure "Installation and Configuration">
<!ENTITY Installation "Installation">
<!ENTITY LanguageReference "Language Reference">
<!ENTITY Features "Features">
<!ENTITY Security "Security">
<!ENTITY FunctionReference "Function Reference">
<!ENTITY PECLReference "PECL Function Reference">
<!ENTITY AddOnReference "Addon Extension Function Reference">
<!ENTITY Appendixes "Appendixes">
<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
<!ENTITY FAQ "FAQ: Frequently Asked Questions">
<!ENTITY FAQabbrev "FAQ">
<!ENTITY Internals "PHP and Zend Engine Internals">
<!ENTITY ZendAPI "Zend API: Hacking the Core of PHP">
<!ENTITY FunctionIndex "Function Index">
<!ENTITY CHMEdition "HTML Help Edition">
<!ENTITY ReservedConstants "Predefined Constants">
<!ENTITY MissingStuff "Missing Stuff">
<!ENTITY AndSeveralOthers "And several others">
<!ENTITY Version "Version">
<!ENTITY Description "Description">
<!ENTITY Changeable "Changeable">
<!ENTITY ConfigureOptions "Configure Options">
<!ENTITY Default "Default">
<!ENTITY Definition "Definition">
<!ENTITY Functions "Functions">
<!ENTITY Name "Name">
<!ENTITY Alias "Alias of">
<!-- These are used in reference/$extname/reference.xml and other
supplemental files to mark section titles -->
<!ENTITY reftitle.changelog '<title>ChangeLog</title>'>
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
<!ENTITY reftitle.description '<title>Description</title>'>
<!ENTITY reftitle.examples '<title>Examples</title>'>
<!ENTITY reftitle.exceptions '<title>Exceptions</title>'>
<!ENTITY reftitle.errors '<title>Errors/Exceptions</title>'>
<!ENTITY reftitle.install '<title>Installation</title>'>
<!ENTITY reftitle.intro '<title>Introduction</title>'>
<!ENTITY reftitle.methods '<title>Methods</title>'>
<!ENTITY reftitle.parameters '<title>Parameters</title>'>
<!ENTITY reftitle.properties '<title>Properties</title>'>
<!ENTITY reftitle.required '<title>Requirements</title>'>
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
<!ENTITY reftitle.returnvalues '<title>Return Values</title>'>
<!ENTITY reftitle.seealso '<title>See Also</title>'>
<!ENTITY reftitle.notes '<title>Notes</title>'>
|