File: language-snippets.ent

package info (click to toggle)
phpdoc 20020310-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 35,272 kB
  • ctags: 354
  • sloc: xml: 799,767; php: 1,395; cpp: 500; makefile: 200; sh: 140; awk: 51
file content (46 lines) | stat: -rw-r--r-- 2,863 bytes parent folder | download
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
<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/12/29 07:35:20 eschmid Exp $ -->



<!ENTITY warn.experimental '<warning><simpara>This module is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>This function is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk.</simpara></warning>'>

<!ENTITY warn.undocumented.func '<warning><simpara>This function is
currently not documented, only the argument list is
available.</simpara></warning>'>

<!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result directly to the browser, you can use the <link linkend="ref.outcontrol">output-control functions</link> to capture the output of this function, and save it - for example - in a <type>string</type>.</simpara></tip>'>

<!ENTITY return.success 'Returns <constant>TRUE</constant> on succes, <constant>FALSE</constant> on failure.'>

<!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary safe!</simpara></warning>'>

<!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>

<!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'>

<!-- Notes for safe-mode limited functions: -->
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
<!ENTITY note.sm.uidcheck '<note><simpara>When <link 
linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
the file(s)/directories you are about to operate on, have the same UID as the 
script that is being executed.</simpara></note>'>
<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link 
linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
the directory in which you are about to operate, have the same UID as the 
script that is being executed.</simpara></note>'>

<!-- Common pieces in features/safe-mode.xml 
     Jade doesn't allow in-line entities, so I put them here... Though they 
     should have been inline in safe-mode.xml -->
<!ENTITY sm.uidcheck 'Checks whether the file(s)/directories you are 
about to operate on, have the same UID as the script that is being
executed.'>
<!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
you are about to operate, has the same UID as the script that is being
executed.'>
<!ENTITY sm.disabled 'This functions is disabled in <link 
linkend="features.safe-mode">safe-mode</link>'>