Skip to content

csas_mark_unsafe

Jared Smith edited this page Apr 25, 2016 · 3 revisions

csas_mark_unsafe - marks string as unsafe

Description

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.

Parameters

str

The string that you want to mark as unsafe.

Return value:

Returns true. If it doesn't receive a string it returns false. ###Examples

Clone this wiki locally