How to check if fsockopen() is enabled/ disabled?

Animorphs

Verified User
Joined
Dec 6, 2004
Messages
13
Hello,

I would like to find out how do I check if fsockopen() is enabled/ disabled for my PHP. If it's disabled how do I enable it? Thank you.

Amos
 
It is enabled and compiled by default by customapache.

Usually if you try executing that function in a script you'll find out real quick if it exists.
 
Back
Top