cvs: phpdoc-pt / language-snippets.ent

[email protected] ("Nuno Lopes")
Newsgroups php.doc.pt
Message-ID <cvsnlopess1070985205@cvsserver>
nlopess		Tue Dec  9 10:53:25 2003 EDT

  Added files:                 
    /phpdoc-pt	language-snippets.ent 
  Log:
  ainda nao esta completo
nlopess-20031209105325.txt (text/plain, 11.5 KB)
Index: phpdoc-pt/language-snippets.ent
+++ phpdoc-pt/language-snippets.ent
<!-- EN-Revision: 1.61 Maintainer: nlopess Status: ready -->

<!ENTITY warn.experimental '<warning><simpara>Esta extensão é
<emphasis>EXPERIMENTAL</emphasis>. O comportamento desta extensão,
incluindo os nomes das suas funções ou qualquer outra coisa documentada
acerca desta extensão, pode mudar sem aviso prévio numa futura versão
do PHP.</simpara></warning>'>

<!ENTITY warn.experimental.func '<warning><simpara>Esta função é
<emphasis>EXPERIMENTAL</emphasis>. O comportamento desta função, o
seu nome ou qualquer outra coisa documentada sobre ela pode mudar
sem aviso prévio numa futura versão do PHP.</simpara></warning>'>

<!ENTITY warn.undocumented.func '<warning><simpara>Esta função ainda não está
documentada; Só os argumentos é que estão disponíveis.</simpara></warning>'>

<!ENTITY warn.no-win32-fopen-wrapper '<warning><para>As versões Windows
do <literal>PHP</literal> anterioes ao PHP 4.3.0 não podem aceder a ficheiros
remotos através desta função mesmo que a opção
<link linkend="ini.allow-url-fopen">allow_url_fopen</link> esteja activa.
</para></warning>'>

<!ENTITY note.no-remote '<note><simpara>Esta função não funciona com 
<link linkend="features.remote-files">ficheiros remotos</link> porque os
ficheiros têm que estar acessíveis através do sistema de ficheiros do
servidor.</simpara></note>'>

<!ENTITY tip.ob-capture '<tip><simpara>Como todas as funções imprimem
directamente para o browser, use as <link
linkend="ref.outcontrol">funções de controlo de saídas</link> para capturar toda
a informação e gravá-la numa <type>string</type> (por exemplo).</simpara></tip>'>

<!ENTITY tip.fopen-wrapper '<tip><simpara>Pode usar um URL como
nome do ficheiro nesta função desde que a opção <link linkend="ini.allow-url-fopen">
fopen wrappers</link> esteja activa.
Consulte a função <function>fopen</function> para mais detalhes sobre como especificar
o nome do ficheiro e <xref linkend="wrappers"/> para uma lista dos protocolos
suportados.</simpara></tip>'>

<!ENTITY tip.fopen-wrapper.stat '<tip><simpara>No <literal>PHP 5.0.0</literal>
esta função pode ser usada com <emphasis>alguns</emphasis> protocolos. Consulte
<xref linkend="wrappers"/> para uma lista de protocolos suportados pela família de funções 
<function>stat</function>.</simpara></tip>'>

<!ENTITY return.success 'Devolve &true; em caso de sucesso ou &false; em caso de falha.'>

<!ENTITY array.resetspointer '<note><simpara>This function will 
<function>reset</function> the <type>array</type> pointer after 
use.</simpara></note>'>

<!ENTITY note.clearstatcache '<note><simpara>The results of this 
function are cached. See <function>clearstatcache</function> for 
more details.</simpara></note>'>

<!ENTITY return.falseproblem '<warning><simpara>This function may
return Boolean &false;, but may also return a non-Boolean value which
evaluates to &false;, such as <literal>0</literal> or
&quot;&quot;. Please read the section on <link
linkend="language.types.boolean">Booleans</link> for more
information. Use <link linkend="language.operators.comparison">the ===
operator</link> for testing the return value of this
function.</simpara></warning>'>

<!ENTITY warn.imaprecodeyaz '<warning><simpara>The <link
linkend="ref.imap">IMAP</link> extension cannot be used in conjuction with
the <link linkend="ref.recode">recode</link> or <link
linkend="ref.yaz">YAZ</link> extensions.  This is due to the fact that they
both share the same internal symbol.</simpara></warning>'>

<!ENTITY note.registerglobals '<note><title>register_globals: important 
note</title><para>Since PHP 4.2.0, the default value for the PHP directive 
<link linkend="ini.register-globals">register_globals</link> is <emphasis>
off</emphasis>.  The PHP community encourages all to not rely on this 
directive but instead use other means, such as the &link.superglobals;.
</para></note>'>
	
<!ENTITY note.superglobals '<note><title>Superglobals: availability note
</title><para>Since PHP 4.1.0, superglobal arrays such as <varname>$_GET
</varname>, <varname>$_POST</varname>, and <varname>$_SERVER</varname>, 
etc. have  been available.  For more information, read the manual section 
on &link.superglobals;</para></note>'>

<!ENTITY avail.register-long-arrays 'As of PHP 5.0.0, the long PHP 
<link linkend="language.variables.predefined">predefined variable</link>
arrays may be disabled with the 
<link linkend="ini.register-long-arrays">register_long_arrays</link>
directive.'>

<!ENTITY note.magicquotes.gpc '<note><title>directive note: magic_quotes_gpc
</title><para>The PHP directive <link linkend="ini.magic-quotes-gpc">
magic_quotes_gpc</link> defaults to <literal>on</literal>.  It essentially 
runs <function>addslashes</function> on all your GET,  POST, and COOKIE data.
You may use <function>stripslashes</function> to strip them.</para></note>'>

<!ENTITY note.config.t1lib '<note><simpara>This function is only available 
if PHP is compiled using <option role="configure">--enable-t1lib</option>.
</simpara></note>'>

<!-- Various notes -->
<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need 
to seed the random number generator with <function>srand</function> or 
<function>mt_srand</function> as this is now done automatically.
</simpara></note>'>

<!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.line-endings '<note><simpara>If you are having problems
with <literal>PHP</literal> not recognizing the line endings when
reading files either on or created by a Macintosh computer, you
might want to enable the <link linkend="ini.auto-detect-line-endings"
>auto_detect_line_endings</link> run-time configuration option.</simpara>
</note>'>

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

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

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

<!-- 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 files or directories you are about to operate on have the same UID (owner) 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 has the same UID (owner) as the 
script that is being executed.</simpara></note>'>

<!ENTITY note.language-construct '<note><simpara>Because this is a 
language construct and not a function, it cannot be called using 
<link linkend="functions.variable-functions">variable functions</link></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 files or directories you are 
about to operate on have the same UID (owner) 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 (owner) as the script that is being
executed.'>

<!ENTITY sm.disabled 'Esta função é desactivado no <link 
linkend="features.safe-mode">modo de segurança</link>.'>

<!-- Common pieces in partintro-sections -->
<!ENTITY no.config '<para>This extension has no configuration directives defined in &php.ini;.</para>'>
<!ENTITY no.resource '<para>This extension has no resource types defined.</para>'>
<!ENTITY no.constants '<para>This extension has no constants defined.</para>'>
<!ENTITY no.requirement '<para>No external libraries are needed to build this extension.</para>'>
<!ENTITY no.install '<para>There is no installation needed to use these
functions; they are part of the PHP core.</para>'>

<!-- Used in every chapter that has directive descriptions -->
<!ENTITY ini.descriptions.title '<para>Here&apos;s a short explanation of
the configuration directives.</para>'>

<!-- Common pieces for reference part BEGIN-->

<!-- Used in reference/$extname/ini.xml -->
<!ENTITY extension.runtime '<simpara>
O comportamento destas funções é afectado pelas configurações no &php.ini;.
</simpara>'>

<!-- Used in reference/$extname/constants.xml -->
<!ENTITY extension.constants '<simpara>
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</simpara>'>

<!-- For STANDARD Constants used in reference/$extname/constants.xml -->
<!ENTITY extension.constants.core '<simpara>
The constants below are always available as part of the PHP core.
</simpara>'>

<!-- Used in reference/$extname/classes.xml -->
<!ENTITY extension.classes '<simpara>
The classes below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</simpara>'>

<!-- These are using in reference/$extname/reference.xml and other
supplemental files to mark section titles -->
<!ENTITY reftitle.intro     '<title>Introdução</title>'>
<!ENTITY reftitle.required  '<title>Requirements</title>'>
<!ENTITY reftitle.install   '<title>Instalação</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>Exemplos</title>'>
<!ENTITY reftitle.seealso   '<title>See Also</title>'>

<!-- Common pieces for reference part END -->


<!ENTITY windows.builtin '<simpara> The windows version of <literal>PHP</literal>
has built in support for this extension. You do not need to load any additional
extension in order to use these functions.</simpara>'>

<!-- These are here as helpers for manual consistency and brievety-->
<!ENTITY php '<literal>PHP</literal>'>
<!ENTITY safemode '<link linkend="ini.safe-mode">safe mode</link>'>

<!-- Database Notes -->
<!ENTITY database.field-case '<note><simpara>Field names returned by this function
are <emphasis>case-sensitive</emphasis>.</simpara></note>'>

<!-- Sybase Notes -->
<!ENTITY sybase.ct.only '<note><simpara>This function is only available using
the CT library interface to Sybase, and not the DB library.</simpara></note>'>

<!-- Some MySQL Notes -->
<!ENTITY mysql.field-case '<note><simpara>Field names returned by this function
are <emphasis>case-sensitive</emphasis></simpara></note>'>

<!-- CPDF Unit length -->
<!ENTITY cpdf.ul '<para>O parâmetro opcional <parameter>mode</parameter>
determina o comprimento da unidade. If it is 0 or omitted the default
unit as specified for the page is used. Otherwise the coordinates are
measured in postscript points disregarding the current unit.</para>'>

<!-- Notes for IPv6 -->
<!ENTITY ipv6.brackets '<note><simpara>Quando especificar um endereço IPv6 numérico
(por ex. fe80::1) deverá incluir parêntesis rectos.  Por exemplo,  
<literal>tcp://[fe80::1]:80</literal>.</simpara></note>'>

<!ENTITY ipv6.php5 '<note><simpara>O suporte para IPv6 foi adicionado no <literal>PHP
5.0.0</literal>.</simpara></note>'>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.