2001-08-19 11:55:42 +00:00
|
|
|
<!-- $Revision$ -->
|
2001-07-07 18:42:46 +00:00
|
|
|
|
2001-12-07 01:26:25 +00:00
|
|
|
<!ENTITY warn.experimental '<warning><simpara>This extension is
|
|
|
|
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
|
|
|
|
including the names of its functions, and anything else documented
|
|
|
|
about this extension may change in a future release of PHP without
|
|
|
|
notice. Be warned and use this extension at your own
|
|
|
|
risk.</simpara></warning>'>
|
2001-06-24 11:45:38 +00:00
|
|
|
|
2001-12-06 20:13:02 +00:00
|
|
|
<!ENTITY warn.experimental.func '<warning><simpara>This function is
|
2001-12-07 01:26:25 +00:00
|
|
|
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, the
|
|
|
|
name of this function, and anything else documented about this
|
|
|
|
function may change in a future release of PHP without notice. Be
|
|
|
|
warned and use this function at your own risk.</simpara></warning>'>
|
2001-12-06 20:13:02 +00:00
|
|
|
|
2001-12-15 16:28:14 +00:00
|
|
|
<!ENTITY warn.undocumented.func '<warning><simpara>This function is
|
|
|
|
currently not documented, only the argument list is
|
|
|
|
available.</simpara></warning>'>
|
|
|
|
|
2001-12-06 20:13:02 +00:00
|
|
|
<!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>'>
|
2001-06-24 11:45:38 +00:00
|
|
|
|
2001-12-08 22:12:24 +00:00
|
|
|
<!ENTITY tip.fopen-wrapper '<tip><simpara>You can use a URL as a
|
|
|
|
filename with this function if the "fopen wrappers" have been enabled.
|
|
|
|
See <function>fopen</function> for more details.</simpara></tip>'>
|
|
|
|
|
2001-12-07 01:20:06 +00:00
|
|
|
<!ENTITY return.success 'Returns &true; on success, &false; on failure.'>
|
2001-06-24 11:45:38 +00:00
|
|
|
|
2001-12-06 20:13:02 +00:00
|
|
|
<!ENTITY return.falseproblem '<warning><simpara>This function may
|
|
|
|
return &false;, but may also return a value evaluating to &false; in a
|
|
|
|
simple if statement. Please use <link
|
|
|
|
linkend="language.operators.comparison">the === operator</link> for
|
|
|
|
testing the return value of this function.</simpara></warning>'>
|
2001-11-11 11:53:49 +00:00
|
|
|
|
2001-07-11 22:09:40 +00:00
|
|
|
<!-- Various notes -->
|
2001-12-10 18:55:31 +00:00
|
|
|
<!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
|
2001-12-14 21:02:56 +00:00
|
|
|
binary-safe.</simpara></note>'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
|
|
|
<!ENTITY note.no-windows '<note><simpara>This function is not
|
2001-12-14 21:02:56 +00:00
|
|
|
implemented on Windows platforms.</simpara></note>'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
2001-12-07 01:39:51 +00:00
|
|
|
<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
|
|
|
|
array containing an object reference and a method name can also be
|
|
|
|
supplied.</simpara></note>'>
|
2001-06-24 11:45:38 +00:00
|
|
|
|
2001-07-11 22:09:40 +00:00
|
|
|
<!-- Notes for safe-mode limited functions: -->
|
|
|
|
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
2001-07-11 22:09:40 +00:00
|
|
|
<!ENTITY note.sm.uidcheck '<note><simpara>When <link
|
2001-12-11 20:28:09 +00:00
|
|
|
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
|
2001-07-11 22:09:40 +00:00
|
|
|
script that is being executed.</simpara></note>'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
2001-07-11 22:09:40 +00:00
|
|
|
<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link
|
2001-12-11 20:28:09 +00:00
|
|
|
linkend="features.safe-mode">safe mode</link> is enabled, PHP checks whether
|
|
|
|
the directory in which you are about to operate has the same UID as the
|
2001-07-11 22:09:40 +00:00
|
|
|
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
|
2001-12-11 20:28:09 +00:00
|
|
|
about to operate on have the same UID as the script that is being
|
2001-07-11 22:09:40 +00:00
|
|
|
executed.'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
2001-07-11 22:09:40 +00:00
|
|
|
<!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
|
2001-12-11 20:28:09 +00:00
|
|
|
you are about to operate has the same UID as the script that is being
|
2001-07-11 22:09:40 +00:00
|
|
|
executed.'>
|
2001-12-10 18:55:31 +00:00
|
|
|
|
2001-08-07 23:47:47 +00:00
|
|
|
<!ENTITY sm.disabled 'This function is disabled in <link
|
2001-12-11 20:28:09 +00:00
|
|
|
linkend="features.safe-mode">safe mode</link>.'>
|