-
Notifications
You must be signed in to change notification settings - Fork 0
console::log
Kevin Jensen edited this page Aug 4, 2014
·
4 revisions
console::log
— Displays a message in the browser's console.
void console::log( mixed $expression [, mixed $expression, ... ] )
The variable, string, object, etc. you want to display in the browser's console.
Returns nothing