05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

is_double<br />

bool is_double(mixed value)<br />

Returns true if value is a double; otherwise, returns false.<br />

is_executable<br />

bool is_executable(string path)<br />

Returns true if path exists and is executable; otherwise, returns false. This information is<br />

cached; you can clear the cache with clearstatcache( ).<br />

is_file<br />

bool is_file(string path)<br />

Returns true if path exists and is a file; otherwise, returns false. This information is<br />

cached; you can clear the cache with clearstatcache( ).<br />

is_float<br />

bool is_float(mixed value)<br />

This function is an alias for is_double( ).<br />

is_int<br />

bool is_int(mixed value)<br />

This function is an alias for is_long( ).<br />

is_integer<br />

bool is_integer(mixed value)<br />

This function is an alias for is_long( ).<br />

is_link<br />

bool is_link(string path)<br />

Returns true if path exists and is a symbolic link file; otherwise, returns false. This information<br />

is cached; you can clear the cache with clearstatcache( ).<br />

416 | Appendix A: Function Reference<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!