PHP Classes

dump_arr

Recommend this page to a friend!

      Array Multi Sort  >  All threads  >  dump_arr  >  (Un) Subscribe thread alerts  
Subject:dump_arr
Summary:There is no function dump_arr in this class
Messages:2
Author:Pat McNally
Date:2005-02-28 19:47:51
Update:2005-03-01 08:03:43
 

  1. dump_arr   Reply   Report abuse  
Picture of Pat McNally Pat McNally - 2005-02-28 19:47:51
There is no function dump_arr in this class

Did you create it in a different file?
-Pat

  2. Re: dump_arr   Reply   Report abuse  
Picture of Alexandar Minkovsky Alexandar Minkovsky - 2005-03-01 08:03:43 - In reply to message 1 from Pat McNally
As You can see dump_arr is a function - not a class method.
The class itself sorts arrays, but does not dump them as HTML, so there is no reason this function to be located in the class file.
The only place dump_arr function is mentioned is in the example.php file and the function is located right there, in example.php file.
BTW CTRL+F keystroke will open the search tool in nearly any text editor. Then You type the search term - in this case the string dump_arr and press enter. The whole operation takes much less time than asking in a forum...

Regards,

Alex