Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 14968 deleted from function.imagestring by didou
Note Submitter: [email]olivier@moostik.net[/email]
----
if u want to output an integer, be sure it's defined as an integer with (int). Else it return some strange caratere.
didou@php.net Guest
-
note 14967 deleted from function.imagestring by didou
Note Submitter: ---- if u want to output an integer, be sure it's defined as an integer with (int). Else it return some strange caratere. -
note 19929 deleted from function.is-a by didou
Note Submitter: php@electricsurfer.com ---- Here is a 3 line PHP implementation that worked for me: if (!function_exists('is_a')) {... -
note 21357 deleted from function.is-a by didou
Note Submitter: krisher@oswego.edu ---- Any implementation of is_a that relies on empty() to test whether the object parameter is empty will... -
note 19730 deleted from function.is-a by didou
Note Submitter: ernest@vogelsinger.at ---- For the previous example you need to exchange the function parameters to be compliant to the CVS... -
note 19727 deleted from function.is-a by didou
Note Submitter: dan at mojavelinux dot com ---- php implementation to keep us happy for now if (!function_exists('is_a')) { function...



Reply With Quote

