| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| ! function_exists("curl_init") BUT curl_init exists and works. After my host blocked the file_get_contents and other functions, I am using CURL - but when I do function_exists("curl_init") it returns false but I can still use it.... anyone knows why? |
|
#2
| |||
| |||
| daniel danon schrieb: > ! function_exists("curl_init") BUT curl_init exists and works. > > After my host blocked the file_get_contents and other functions, I am > using CURL - but when I do function_exists("curl_init") it returns > false but I can still use it.... anyone knows why? Hi Daniel, read here: http://de3.php.net/manual/en/functio...ion-exists.php Where is defined the curl_init function? this ist maybe why function_exists doesnt Work as you expected. Check the curl_init() with * method_exists() * is_callable() * get_defined_functions() Regards Carlos |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.