mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159143 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b1bec53125
commit
c9fdde9aca
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.fnmatch">
|
||||
<refnamediv>
|
||||
<refname>fnmatch</refname>
|
||||
<refpurpose>Match filename against a pattern</refpurpose>
|
||||
<refpurpose>Match filename against a pattern</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>fnmatch</methodname>
|
||||
<type>bool</type><methodname>fnmatch</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue