1 <?xml version=
"1.0" encoding=
"iso-8859-1"?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <!-- template designed by Marco Von Ballmoos -->
6 <title>Docs for page check_UTF8.php
</title>
7 <link rel=
"stylesheet" href=
"../media/stylesheet.css" />
8 <meta http-equiv='Content-Type' content='text/html; charset=iso-
8859-
1'
/>
11 <div class=
"page-body">
12 <h2 class=
"file-name"><img src=
"../media/images/Page_logo.png" alt=
"File" style=
"vertical-align: middle">/inc/check_UTF8.php
</h2>
14 <a name=
"sec-description"></a>
15 <div class=
"info-box">
16 <div class=
"info-box-title">Description
</div>
18 <span class=
"disabled">Description
</span> |
19 <a href=
"#sec-functions">Functions
</a>
21 <div class=
"info-box-body">
22 <!-- ========== Info from phpDoc block ========= -->
31 <a name=
"sec-functions"></a>
32 <div class=
"info-box">
33 <div class=
"info-box-title">Functions
</div>
35 <a href=
"#sec-description">Description
</a> |
36 <span class=
"disabled">Functions
</span>
38 <div class=
"info-box-body">
39 <a name=
"functioncheck_string" id=
"functioncheck_string"><!-- --></a>
43 <img src=
"../media/images/Function.png" />
44 <span class=
"method-title">check_string
</span> (line
<span class=
"line-number">211</span>)
47 <!-- ========== Info from phpDoc block ========= -->
48 <div class=
"method-signature">
49 <span class=
"method-result">void
</span>
50 <span class=
"method-name">
53 (
<span class=
"var-type"></span> <span class=
"var-name">$ics
</span>)
56 <ul class=
"parameters">
58 <span class=
"var-type"></span>
59 <span class=
"var-name">$ics
</span> </li>
64 <a name=
"functionunicodeToUtf8" id=
"functionunicodeToUtf8"><!-- --></a>
68 <img src=
"../media/images/Function.png" />
69 <span class=
"method-title">unicodeToUtf8
</span> (line
<span class=
"line-number">179</span>)
72 <!-- ========== Info from phpDoc block ========= -->
73 <p class=
"short-description">Takes an array of ints representing the Unicode characters and returns a UTF-
8 string. Astral planes are supported ie. the ints in the input can be
> 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
</p>
74 <p class=
"description"><p>Returns false if the input array contains ints that represent surrogates or are outside the Unicode range.
</p></p>
75 <div class=
"method-signature">
76 <span class=
"method-result">void
</span>
77 <span class=
"method-name">
80 (
<span class=
"var-type"></span> <span class=
"var-name">&$arr
</span>)
83 <ul class=
"parameters">
85 <span class=
"var-type"></span>
86 <span class=
"var-name">&$arr
</span> </li>
91 <a name=
"functionutf8ToUnicode" id=
"functionutf8ToUnicode"><!-- --></a>
95 <img src=
"../media/images/Function.png" />
96 <span class=
"method-title">utf8ToUnicode
</span> (line
<span class=
"line-number">59</span>)
99 <!-- ========== Info from phpDoc block ========= -->
100 <p class=
"short-description">Takes an UTF-
8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be
> 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
</p>
101 <p class=
"description"><p>Returns false if the input string isn't a valid UTF-
8 octet sequence.
</p></p>
102 <div class=
"method-signature">
103 <span class=
"method-result">void
</span>
104 <span class=
"method-name">
107 (
<span class=
"var-type"></span> <span class=
"var-name">&$str
</span>)
110 <ul class=
"parameters">
112 <span class=
"var-type"></span>
113 <span class=
"var-name">&$str
</span> </li>
121 <p class=
"notes" id=
"credit">
122 Documentation generated on Tue,
27 Sep
2011 11:
30:
45 +
1300 by
<a href=
"http://www.phpdoc.org" target=
"_blank">phpDocumentor
1.4.3</a>