spooky          Tue Feb  5 10:07:18 2002 EDT

  Added files:                 
    /phpdoc/ro  language-snippets.ent 
  Log:
  Adding this file as it is needed in the future. It needs to be tranlated all.
  
  

Index: phpdoc/ro/language-snippets.ent
+++ phpdoc/ro/language-snippets.ent
<!-- $Revision: 1.1 $ -->

<!ENTITY warn.experimental '<warning><simpara>Aceasta extensie este 
<emphasis>EXPERIMENTALĂ</emphasis>. Comportamentul acestei extensii,
incluzând numele funcțiilor, și orice altceva documentat despre această
extensie s-ar putea schimba fară anunț intr-o viitoare apariție a PHP.
Aveți grijă și folosiți aceasta extensie pe riscul vostru.</simpara>'>

<!ENTITY warn.experimental.func '<warning><simpara>This function is
<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>'>

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

<!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 to capture
the output of this function, and save it - for example - in a
<type>string</type>.</simpara>'>

<!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>'>

<!ENTITY return.success 'Returns &true; on success, &false; on failure.'>

<!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 for
testing the return value of this function.</simpara>'>    

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

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

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

<!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>'>

<!-- Notes for safe-mode limited functions: -->
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara>'>

<!ENTITY note.sm.uidcheck '<note><simpara>When <link 
linkend="features.safe-mode">safe mode 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>'>

<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link 
linkend="features.safe-mode">safe mode is enabled, PHP checks whether 
the directory in which you are about to operate has the same UID as the 
script that is being executed.</simpara>'>

<!-- 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 function is disabled in <link 
linkend="features.safe-mode">safe mode.'>


Reply via email to