-
Notifications
You must be signed in to change notification settings - Fork 0
csas_mark_unsafe
Jared Smith edited this page Apr 25, 2016
·
3 revisions
csas_mark_unsafe - marks string as unsafe
bool csas_mark_unsafe(string $str[, string ...])
Version of csas, safe for unmarked strings and external strings. Allocates memory for the marking if the string is unmarked.
str
The string that you want to mark as unsafe.
Returns true. If it doesn't receive a string it returns false. ###Examples