Thread
:
Useful functions
View Single Post
#
7
05-08-2008, 04:29 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PHP Code:
function
floor
(
number
) {
return
int
(
number
);
}
What does this do?
Simply for compatibility with your almighty ECMAScript Standards?
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994