[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2007-07-28 Thread TAKAGI Masahiro
takagi  Sat Jul 28 20:32:10 2007 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  fixed typo.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.13r2=1.14diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.13 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.14
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.13   Sun Jul  1 
21:31:16 2007
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlSat Jul 28 
20:32:10 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.13 $ --
+!-- $Revision: 1.14 $ --
 refentry xmlns=http://docbook.org/ns/docbook; xml:id=function.fnmatch
  refnamediv
   refnamefnmatch/refname
@@ -28,7 +28,7 @@
  termparameterpattern/parameter/term
  listitem
   para
-   The shell wildcard patter.
+   The shell wildcard pattern.
   /para
  /listitem
 /varlistentry


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2004-05-20 Thread Nuno Lopes
nlopess Thu May 20 11:40:33 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  fix proto
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.9r2=1.10ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.9 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.9Mon Mar  1 11:27:37 
2004
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlThu May 20 11:40:32 
2004
@@ -1,14 +1,14 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
   refentry id=function.fnmatch
refnamediv
 refnamefnmatch/refname 
-refpurposeMatch filename against a  pattern/refpurpose
+refpurposeMatch filename against a pattern/refpurpose
/refnamediv
refsect1
 titleDescription/title
 methodsynopsis
- typearray/typemethodnamefnmatch/methodname
+ typebool/typemethodnamefnmatch/methodname
  methodparamtypestring/typeparameterpattern/parameter/methodparam
  methodparamtypestring/typeparameterstring/parameter/methodparam
  methodparam 
choice=opttypeint/typeparameterflags/parameter/methodparam




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2004-03-01 Thread Jakub Vrana
vrana   Mon Mar  1 08:36:33 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  Not on Windows
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.6r2=1.7ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.6 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.7
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.6Sat Dec 20 23:21:46 
2003
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlMon Mar  1 08:36:33 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
   refentry id=function.fnmatch
refnamediv
 refnamefnmatch/refname 
@@ -39,6 +39,12 @@
 ]]
  /programlisting
 /example
+warning
+ para
+  For now this function is not available on Windows or other non-POSIX
+  compliant systems.
+ /para
+/warning
 para
  See also functionglob/function,
  functionereg/function,


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2004-03-01 Thread Nuno Lopes
nlopess Mon Mar  1 11:04:29 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  use the note.no-windows entity
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.7r2=1.8ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.7 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.8
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.7Mon Mar  1 08:36:33 
2004
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlMon Mar  1 11:04:29 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
   refentry id=function.fnmatch
refnamediv
 refnamefnmatch/refname 
@@ -39,12 +39,7 @@
 ]]
  /programlisting
 /example
-warning
- para
-  For now this function is not available on Windows or other non-POSIX
-  compliant systems.
- /para
-/warning
+note.no-windows;
 para
  See also functionglob/function,
  functionereg/function,


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2004-03-01 Thread Nuno Lopes
nlopess Mon Mar  1 11:27:37 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  reverting my mistake
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.8r2=1.9ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.8 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.9
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.8Mon Mar  1 11:04:29 
2004
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlMon Mar  1 11:27:37 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
   refentry id=function.fnmatch
refnamediv
 refnamefnmatch/refname 
@@ -39,7 +39,12 @@
 ]]
  /programlisting
 /example
-note.no-windows;
+warning
+ para
+  For now this function is not available on Windows or other non-POSIX
+  compliant systems.
+ /para
+/warning
 para
  See also functionglob/function,
  functionereg/function,


Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml

2004-03-01 Thread Nuno Lopes
 vrana Mon Mar  1 08:36:33 2004 EDT

   Modified files:
 /phpdoc/en/reference/filesystem/functions fnmatch.xml
   Log:
   Not on Windows
 +warning
 + para
 +  For now this function is not available on Windows or other
non-POSIX
 +  compliant systems.
 + /para
 +/warning

I think you should use the $note.no-windows; entity here.

Nuno


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml /en/reference/imap/functions imap-ping.xml /en/reference/strings/functions setlocale.xml

2003-10-02 Thread Mehdi Achour
didou   Thu Oct  2 12:05:16 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 
/phpdoc/en/reference/imap/functions imap-ping.xml 
/phpdoc/en/reference/strings/functions  setlocale.xml 
  Log:
  s/usefull/useful
  
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.2 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.2Fri May 30 16:43:26 
2003
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xmlThu Oct  2 12:05:14 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
   refentry id=function.fnmatch
refnamediv
 refnamefnmatch/refname 
@@ -18,7 +18,7 @@
  match the given shell wildcard parameterpattern/parameter.
 /para
 para
- This is especialy usefull for filenames, but may also be used on regular strings.
+ This is especialy useful for filenames, but may also be used on regular strings.
  The average user may be used to shell patterns or at least in their simplest form
  to literal'?'/literal and literal'*'/literal wildcards so using 
  functionfnmatch/function instead of functionereg/function or 
Index: phpdoc/en/reference/imap/functions/imap-ping.xml
diff -u phpdoc/en/reference/imap/functions/imap-ping.xml:1.3 
phpdoc/en/reference/imap/functions/imap-ping.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-ping.xml:1.3Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-ping.xmlThu Oct  2 12:05:15 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/imap.xml, last change in rev 1.2 --
   refentry id=function.imap-ping
refnamediv
@@ -20,8 +20,8 @@
  it is still active. It may discover new mail; this is the
  preferred method for a periodic new mail check as well as a
  keep alive for servers which have inactivity timeout.
- (As PHP scripts do not tend to run that long, i can hardly
- imagine that this function will be usefull to anyone.)
+ (As PHP scripts do not tend to run that long, I can hardly
+ imagine that this function will be useful to anyone.)
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/strings/functions/setlocale.xml
diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.15 
phpdoc/en/reference/strings/functions/setlocale.xml:1.16
--- phpdoc/en/reference/strings/functions/setlocale.xml:1.15Mon Jul 14 05:10:17 
2003
+++ phpdoc/en/reference/strings/functions/setlocale.xml Thu Oct  2 12:05:16 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.15 $ --
+!-- $Revision: 1.16 $ --
 !-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --
   refentry id=function.setlocale
refnamediv
@@ -72,7 +72,7 @@
 para
  If parameterlocale/parameter is an array or followed by additional
  parameters then each array element or parameter is tried to be set as
- new locale until success. This is usefull if a locale is known under
+ new locale until success. This is useful if a locale is known under
  different names on different systems or for providing a fallback 
  for a possibly not available locale.
 /para
@@ -98,7 +98,7 @@
 /note
 tip
  para
-  Windows users will find usefull information about
+  Windows users will find useful information about
   parameterlocale/parameter strings at Microsoft's
   acronymMSDN/acronymwebsite. Supported language strings can be found
   ulink url=url.setlocale.lang.win32;here/ulink and supported


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fnmatch.xml glob.xml

2002-09-25 Thread Hartmut Holzgraefe

hholzgraWed Sep 25 20:31:29 2002 EDT

  Added files: 
/phpdoc/en/reference/filesystem/functions   fnmatch.xml 

  Modified files:  
/phpdoc/en/reference/filesystem/functions   glob.xml 
  Log:
  glob() and fnmatch() updates
  
  
Index: phpdoc/en/reference/filesystem/functions/glob.xml
diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.3 
phpdoc/en/reference/filesystem/functions/glob.xml:1.4
--- phpdoc/en/reference/filesystem/functions/glob.xml:1.3   Sun May 19 12:10:02 
2002
+++ phpdoc/en/reference/filesystem/functions/glob.xml   Wed Sep 25 20:31:29 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
   refentry id=function.glob
refnamediv
 refnameglob/refname 
 -21,13 +21,6 
  Returns an array containing the matched files/directories or false; on
  error.
 /para
-note
- para
-  This function is disabled in link
-  linkend=ini.safe-modesafe mode/link and therefore will always
-  return false; in link linkend=ini.safe-modesafe mode/link.
- /para
-/note
 example
  title
   Convenient way how functionglob/function can replace
 -52,7 +45,9 
 para
  See also functionopendir/function,
  functionreaddir/function and
- functionclosedir/function.
+ functionclosedir/function, functionfnmatch/function
+ and the unix manpage on literalglob(3)/literal for flag names
+ (as long as they are not documented here !-- TODO hartmut --).
 /para
/refsect1
   /refentry

Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
  refentry id=function.fnmatch
   refnamediv
refnamefnmatch/refname 
refpurposeMatch filename against a  pattern/refpurpose
   /refnamediv
   refsect1
titleDescription/title
methodsynopsis
 typearray/typemethodnamefnmatch/methodname
 methodparamtypestring/typeparameterpattern/parameter/methodparam
 methodparamtypestring/typeparameterstring/parameter/methodparam
 methodparam 
choice=opttypeint/typeparameterflags/parameter/methodparam
/methodsynopsis
para
 functionfnmatch/function checks if the passed parameterstring/parameter 
would 
 match the given shell wildcard parameterpattern/parameter.
/para
para
 This is especialy usefull for filenames, but may also be used on regular strings.
 The average user may be used to shell patterns or at least in their simplest form
 to literal'?'/literal and literal'*'/literal wildcards so using 
 functionfnmatch/function instead of functionereg/function or 
 functionpreg_match/function for frontend search expression input may be
 way more convenient for non-programming users.
/para
example
 title
  Checking a color name against a shell wildcard pattern.
 /title
 programlisting role=php
![CDATA[
if(fnmatch(*gr[ae]y, $color)) {
  echo some form of gray ...;
}
]]
 /programlisting
/example
para
 See also functionglob/function,
 functionereg/function,
 functionpreg_match/function 
 and the unix manpage on literalfnmatch(3)/literal for flag names
 (as long as they are not documented here !-- TODO hartmut --).
/para
   /refsect1
  /refentry

!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:../../../../manual.ced
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php