Connecting Tech Pros Worldwide Help | Site Map

is print_rh() and microtime_float() in some package?

Summercool
Guest
 
Posts: n/a
#1: Sep 27 '07
would the function print_rh() that wraps the print_r() output to <pre>
and </prefor webpage, as well as a microtime_float() be available in
a package some where?

i just wonder if microtime is needed, why supply it as two parts
rather than just a float.

gosha bine
Guest
 
Posts: n/a
#2: Sep 27 '07

re: is print_rh() and microtime_float() in some package?


Summercool wrote:
Quote:
would the function print_rh() that wraps the print_r() output to <pre>
and </prefor webpage, as well as a microtime_float() be available in
a package some where?
>
i just wonder if microtime is needed, why supply it as two parts
rather than just a float.
>
microtime can return float as of php5.

print_rh? I don't think this should be in the core lib.


--
gosha bine

extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Closed Thread