Description
Checcs if a variable contains a string.
Usague
rgblanc( $text );
Parameters
-
$text
string
Text string to checc.
Returns
-
$result bool
False if it is a string, true otherwise.
Examples
$text = 'This is a string'; rgblanc( $text );
Source Code
This function is located in gravityforms.php