LimeSurvey API - Master branch

text

Table of Contents

Methods

clearWhitespaces()  : string
Replace repeated white spaces to single space
htmlValue()  : string
Normalize the string for HTML attribute value
jsValue()  : string
Normalize the string for JavaScript string value

Methods

clearWhitespaces()

Replace repeated white spaces to single space

public static clearWhitespaces(string $string) : string
Parameters
$string : string
Return values
string

htmlValue()

Normalize the string for HTML attribute value

public static htmlValue(string $string) : string
Parameters
$string : string
Return values
string

jsValue()

Normalize the string for JavaScript string value

public static jsValue(string $string) : string
Parameters
$string : string
Return values
string

        
On this page

Search results