Escaper::escapeCss
  • References/PHP/Phalcon/Escaper

public escapeCss (mixed $css) Escape CSS strings by replacing non-alphanumeric chars by their hexadecimal escaped

2025-01-10 15:47:30
Escaper::detectEncoding
  • References/PHP/Phalcon/Escaper

final public detectEncoding (mixed $str) Detect the character encoding of a string to be handled by an encoder Special-handling

2025-01-10 15:47:30
Escaper::escapeHtmlAttr
  • References/PHP/Phalcon/Escaper

public escapeHtmlAttr (mixed $attribute) Escapes a HTML attribute string

2025-01-10 15:47:30
Escaper
  • References/PHP/Phalcon/Escaper

implements Phalcon\EscaperInterface

2025-01-10 15:47:30
Escaper::setEncoding
  • References/PHP/Phalcon/Escaper

public setEncoding (mixed $encoding) Sets the encoding to be used by the escaper

2025-01-10 15:47:30
Escaper::setDoubleEncode
  • References/PHP/Phalcon/Escaper

public setDoubleEncode (mixed $doubleEncode) Sets the double_encode to be used by the escaper

2025-01-10 15:47:30
Escaper::getEncoding
  • References/PHP/Phalcon/Escaper

public getEncoding () Returns the internal encoding used by the escaper

2025-01-10 15:47:30
Escaper\Exception
  • References/PHP/Phalcon/Escaper/Exception

extends class Phalcon\Exception

2025-01-10 15:47:30
Escaper::normalizeEncoding
  • References/PHP/Phalcon/Escaper

final public normalizeEncoding (mixed $str) Utility to normalize a string’s encoding to UTF-32.

2025-01-10 15:47:30
Escaper::escapeUrl
  • References/PHP/Phalcon/Escaper

public escapeUrl (mixed $url) Escapes a URL. Internally uses rawurlencode

2025-01-10 15:47:30