Advertisement
Niko454

Untitled

Jan 31st, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if ( function_exists( 'mail' ) )
  2. {
  3. echo 'mail() is available';
  4. }
  5. else
  6. {
  7. echo 'mail() has been disabled';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement