Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 33813 deleted from function.phpinfo by didou
Note Submitter: [email]php.net@hamsta.de[/email]
----
it takes parameter and shows only the selected flags (i think, default without parameter is flags=127)
phpinfo(int flags);
<?php
/*
flags:
1 - PHP
2 - Credits
4 - Configuration
8 - Modules
16 - Environment
32 - Variables
64 - License
*/
phpinfo(32);
?>
______
Mike
didou@php.net Guest
-
note 33361 deleted from function.ob-start by didou
Note Submitter: digerati@n0spam.bellsouth.net ---- In respone to the comment by: daevid at daevid dot com about using include() with the... -
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

