Doc-problem, fnmatch() does indeed return a boolean

--
Tom Sommer


-------- Original Message -------- Subject: note 42521 added to function.fnmatch Date: 19 May 2004 20:51:34 -0000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

I'm using php 4.2.2, and noticed that this function returns a boolean
(and not an array as stated in the documentation above)

<?php echo gettype (fnmatch ("*.txt", "abc.txt")); ?>

Results: boolean

Reply via email to