05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

is_long<br />

bool is_long(mixed value)<br />

Returns true if value is an integer; otherwise, returns false.<br />

is_null<br />

bool is_null(mixed value)<br />

Returns true if value is null—that is, is the keyword NULL; otherwise, returns false.<br />

is_numeric<br />

bool is_numeric(mixed value)<br />

Returns true if value is an integer, a floating-point value, or a string containing a number;<br />

otherwise, returns false.<br />

is_object<br />

bool is_object(mixed value)<br />

Returns true if value is an object; otherwise, returns false.<br />

is_readable<br />

bool is_readable(string path)<br />

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

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

is_real<br />

bool is_real(mixed value)<br />

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

is_resource<br />

bool is_resource(mixed value)<br />

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

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

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.<br />

is_resource | 417

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

Saved successfully!

Ooh no, something went wrong!