From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 7 Jul 2014 15:34:40 +0200 Subject: Remove unintentionally added f3 docs --- management-interface/lib/api/classUTF.html | 543 ----------------------------- 1 file changed, 543 deletions(-) delete mode 100644 management-interface/lib/api/classUTF.html (limited to 'management-interface/lib/api/classUTF.html') diff --git a/management-interface/lib/api/classUTF.html b/management-interface/lib/api/classUTF.html deleted file mode 100644 index 111f324..0000000 --- a/management-interface/lib/api/classUTF.html +++ /dev/null @@ -1,543 +0,0 @@ - - - - - - - -Fat-Free Framework: UTF Class Reference - - - - - - -
-
- - - - - - -
-
Fat-Free Framework -  3.2.2 -  Overview Class List Hierarchy -
-
-
- - -
-
-
-Public Member Functions | -List of all members
-
-
UTF Class Reference
-
-
- -

Unicode string manager. - More...

-
- + Inheritance diagram for UTF:
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

 strlen ($str)
 
 strrev ($str)
 
 stripos ($stack, $needle, $ofs=0)
 
 strpos ($stack, $needle, $ofs=0, $case=FALSE)
 
 stristr ($stack, $needle, $before=FALSE)
 
 strstr ($stack, $needle, $before=FALSE, $case=FALSE)
 
 substr ($str, $start, $len=0)
 
 substr_count ($stack, $needle)
 
 ltrim ($str)
 
 rtrim ($str)
 
 trim ($str)
 
 bom ()
 
 translate ($str)
 
 emojify ($str)
 
- - - - -

-Additional Inherited Members

- Static Public Member Functions inherited from Prefab
static instance ()
 
-

Detailed Description

-

Unicode string manager.

-

Member Function Documentation

- -
-
- - - - - - - -
UTF::bom ()
-
-

Return UTF-8 byte order mark

-
Returns
string
- -
-
- -
-
- - - - - - - - -
UTF::emojify ( $str)
-
-

Translate emoji tokens to Unicode font-supported symbols

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - -
UTF::ltrim ( $str)
-
-

Strip whitespaces from the beginning of a string

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - -
UTF::rtrim ( $str)
-
-

Strip whitespaces from the end of a string

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
UTF::stripos ( $stack,
 $needle,
 $ofs = 0 
)
-
-

Find position of first occurrence of a string (case-insensitive)

-
Returns
int|FALSE
-
Parameters
- - - - -
$stackstring
$needlestring
$ofsint
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
UTF::stristr ( $stack,
 $needle,
 $before = FALSE 
)
-
-

Returns part of haystack string from the first occurrence of needle to the end of haystack (case-insensitive)

-
Returns
string|FALSE
-
Parameters
- - - - -
$stackstring
$needlestring
$beforebool
-
-
- -
-
- -
-
- - - - - - - - -
UTF::strlen ( $str)
-
-

Get string length

-
Returns
int
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UTF::strpos ( $stack,
 $needle,
 $ofs = 0,
 $case = FALSE 
)
-
-

Find position of first occurrence of a string

-
Returns
int|FALSE
-
Parameters
- - - - - -
$stackstring
$needlestring
$ofsint
$casebool
-
-
- -
-
- -
-
- - - - - - - - -
UTF::strrev ( $str)
-
-

Reverse a string

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UTF::strstr ( $stack,
 $needle,
 $before = FALSE,
 $case = FALSE 
)
-
-

Returns part of haystack string from the first occurrence of needle to the end of haystack

-
Returns
string|FALSE
-
Parameters
- - - - - -
$stackstring
$needlestring
$beforebool
$casebool
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
UTF::substr ( $str,
 $start,
 $len = 0 
)
-
-

Return part of a string

-
Returns
string|FALSE
-
Parameters
- - - - -
$strstring
$startint
$lenint
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
UTF::substr_count ( $stack,
 $needle 
)
-
-

Count the number of substring occurrences

-
Returns
int
-
Parameters
- - - -
$stackstring
$needlestring
-
-
- -
-
- -
-
- - - - - - - - -
UTF::translate ( $str)
-
-

Convert code points to Unicode symbols

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
- -
-
- - - - - - - - -
UTF::trim ( $str)
-
-

Strip whitespaces from the beginning and end of a string

-
Returns
string
-
Parameters
- - -
$strstring
-
-
- -
-
-
The documentation for this class was generated from the following file: -
-- cgit v1.2.3-55-g7522