mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Surround the function name with tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126385 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f08775c0d8
commit
e1a3d7e818
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.28 -->
|
||||
<refentry id='function.proc-close'>
|
||||
<refnamediv>
|
||||
<refname>proc_close</refname>
|
||||
<refpurpose>
|
||||
Close a process opened by proc_open and return the exit code of that
|
||||
Close a process opened by <function>proc_open</function> and return the exit code of that
|
||||
process.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
|
|
Loading…
Reference in a new issue