com doc/pt_br: Translations by @deleugpn - http s://github.com/phpdocbrbridge/traducao/pull/5: refere nce/filesystem/functions/delete.xml
[email protected] (André Luis Ferreira da Silva Bacci) Sat, 06 Mar 2021 18:38:19 +0000
| Newsgroups | php.doc.pt-br |
|---|---|
| Message-ID | <[email protected]> |
Commit: 009cebbdbf371db44c28bef43933c5bde21f4e4b Author: André L F S Bacci <[email protected]> Sat, 6 Mar 2021 15:38:19 -0300 Parents: 6464fdd942baa01ca45ce44393b4e491ab1f1b1d Branches: master Link: http://git.php.net/?p=doc/pt_br.git;a=commitdiff;h=009cebbdbf371db44c28bef43933c5bde21f4e4b Log: Translations by @deleugpn - https://github.com/phpdocbrbridge/traducao/pull/5 Closes GH-5 Changed paths: M reference/filesystem/functions/delete.xml Diff: diff --git a/reference/filesystem/functions/delete.xml b/reference/filesystem/functions/delete.xml index ddf078005..b50cb6ee4 100644 --- a/reference/filesystem/functions/delete.xml +++ b/reference/filesystem/functions/delete.xml @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- EN-Revision: n/a Maintainer: rarruda Status: ready --> -<refentry xml:id="function.delete" xmlns="http://docbook.org/ns/docbook"> +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.delete" role="noversion"> <refnamediv> <refname>delete</refname> <refpurpose>Veja <function>unlink</function> ou <function>unset</function></refpurpose> @@ -8,21 +8,10 @@ <refsect1 role="description"> &reftitle.description; - <methodsynopsis> - <type>void</type><methodname>delete</methodname> - <void /> - </methodsynopsis> <para> - Esta é uma seção falsa do manual, criada para satisfazer - as pessoas que estão procurando por <function>unlink</function> - ou <function>unset</function> no lugar errado. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.void; + Não existe função ou instrução <code>delete</code> em PHP. + Se você chegou nesta página procurando por deletar arquivos, veja <function>unlink</function>. + Para deletar uma variável de um escopo local, veja <function>unset</function>. </para> </refsect1> @@ -30,12 +19,12 @@ &reftitle.seealso; <para> <simplelist> - <member><function>unlink</function> para deletar arquivos</member> - <member><function>unset</function> para deletar variáveis</member> + <member><function>unlink</function></member> + <member><function>unset</function></member> </simplelist> </para> </refsect1> - + </refentry> <!-- Keep this comment at the end of the file