>> YANA 4 PHP Framework >> Docs for page class_string.php

/includes/class_string.php

Description

Classes

Class Description
String «datatype» String

Constants

ENT_FULL = 10 (line 40)

Constant ENT_FULL

This adds a new constant ENT_FULL to the php predefined constants ENT_COMPAT=2, ENT_QUOTES=3, ENT_NOQUOTES=0

Use of this constant with the member method encode, as in this example:

  1. $string->encode('entities'ENT_FULL)
, will force ALL characters of the string to be encoded as html entities.

}

  • var: ENT_FULL = 10
STRING_UNSUPPORTED_ENCRYPTION = 1 (line 53)

Constant UNSUPPORTED_ENCRYPTION

This is returned by String::encrypt() when an invalid encryption method is encountered.

  • var: STRING_UNSUPPORTED_ENCRYPTION = 1

Documentation generated on Sun, 11 Mar 2007 15:02:46 +0100 by phpDocumentor 1.3.1

yana author: Thomas MeyerHomepage: www.yanaframework.net