March 2002
Intermediate to advanced
528 pages
21h 29m
English
assert
int assert(string|bool assertion)
If assertion is true,
generates a warning in executing the code. If
assertion is a string, assert( ) evaluates that string as PHP code.