For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > October 2006 > cvs: phpdoc /en/reference/filter/functions filter-var-array.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/filter/functions filter-var-array.xml
Pierre-Alain Joye

2006-10-20, 6:58 pm

pajoye Fri Oct 20 15:28:24 2006 UTC

Modified files:
/phpdoc/en/reference/filter/functions filter-var-array.xml
Log:
- s/input_var_array/filter_var_array/


http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-var-array.xml
diff -u phpdoc/en/reference/filter/functions/filter-var-array.xml:1.2 phpdoc/en/reference/filter/functions/filter-var-array.xml:1.3
--- phpdoc/en/reference/filter/functions/filter-var-array.xml:1.2 Fri Oct 20 09:32:01 2006
+++ phpdoc/en/reference/filter/functions/filter-var-array.xml Fri Oct 20 15:28:24 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.filter-var-array">
<refnamediv>
<refname>filter_var_array</refname>
@@ -99,7 +99,7 @@

);

-$myinputs = input_var_array($data, $args);
+$myinputs = filter_var_array($data, $args);

var_dump($myinputs);
echo "\n";
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com