|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-26 13:34 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
function_exists() always returns false regardless of the specified input unless the function is not part of php core and is avaliable. For example function_exists('include_once') returns false (on php 4.0.6) however it does return true for function_exists('shmop_open').