@@ -154,6 +154,13 @@ <h3 id="toc">
154
154
</ dt >
155
155
< dd > Check if the keyword is in Unicode format.</ dd >
156
156
157
+ < dt class ="phpdocumentor-table-of-contents__entry -method -public ">
158
+ < a href ="classes/CNIC-IDNA-Converter-UnicodeConverter.html#method_containsUnicodeCharacters "> containsUnicodeCharacters()</ a >
159
+ < span >
160
+ : bool </ span >
161
+ </ dt >
162
+ < dd > Check if a string contains Unicode characters represented by escape sequences.</ dd >
163
+
157
164
< dt class ="phpdocumentor-table-of-contents__entry -method -public ">
158
165
< a href ="classes/CNIC-IDNA-Converter-UnicodeConverter.html#method_convert "> convert()</ a >
159
166
< span >
@@ -227,6 +234,56 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
227
234
</ section >
228
235
229
236
237
+ </ article >
238
+ < article
239
+ class ="phpdocumentor-element
240
+ -method
241
+ -public
242
+ -static "
243
+ >
244
+ < h4 class ="phpdocumentor-element__name " id ="method_containsUnicodeCharacters ">
245
+ containsUnicodeCharacters()
246
+ < a href ="classes/CNIC-IDNA-Converter-UnicodeConverter.html#method_containsUnicodeCharacters " class ="headerlink "> < i class ="fas fa-link "> </ i > </ a >
247
+ </ h4 >
248
+ < aside class ="phpdocumentor-element-found-in ">
249
+ < abbr class ="phpdocumentor-element-found-in__file " title ="src/IDNA/Converter/UnicodeConverter.php "> < a href ="files/src-idna-converter-unicodeconverter.html "> < abbr title ="src/IDNA/Converter/UnicodeConverter.php "> UnicodeConverter.php</ abbr > </ a > </ abbr >
250
+ :
251
+ < span class ="phpdocumentor-element-found-in__line "> 53</ span >
252
+
253
+ </ aside >
254
+
255
+ < p class ="phpdocumentor-summary "> Check if a string contains Unicode characters represented by escape sequences.</ p >
256
+
257
+ < code class ="phpdocumentor-code phpdocumentor-signature ">
258
+ < span class ="phpdocumentor-signature__visibility "> public</ span >
259
+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> containsUnicodeCharacters</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $str</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> bool</ span > </ code >
260
+
261
+ < section class ="phpdocumentor-description "> < p > Unicode characters can be represented in PHP strings using escape sequences like \uXXXX.
262
+ This function checks if the input string contains any Unicode characters.</ p >
263
+ </ section >
264
+
265
+ < h5 class ="phpdocumentor-argument-list__heading "> Parameters</ h5 >
266
+ < dl class ="phpdocumentor-argument-list ">
267
+ < dt class ="phpdocumentor-argument-list__entry ">
268
+ < span class ="phpdocumentor-signature__argument__name "> $str</ span >
269
+ : < span class ="phpdocumentor-signature__argument__return-type "> string</ span >
270
+ </ dt >
271
+ < dd class ="phpdocumentor-argument-list__definition ">
272
+ < section class ="phpdocumentor-description "> < p > The input string to check.</ p >
273
+ </ section >
274
+
275
+ </ dd >
276
+ </ dl >
277
+
278
+
279
+
280
+ < h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
281
+ < span class ="phpdocumentor-signature__response_type "> bool</ span >
282
+ —
283
+ < section class ="phpdocumentor-description "> < p > Returns true if the string contains Unicode characters, false otherwise.</ p >
284
+ </ section >
285
+
286
+
230
287
</ article >
231
288
< article
232
289
class ="phpdocumentor-element
@@ -296,7 +353,7 @@ <h4 class="phpdocumentor-element__name" id="method_decode">
296
353
< aside class ="phpdocumentor-element-found-in ">
297
354
< abbr class ="phpdocumentor-element-found-in__file " title ="src/IDNA/Converter/UnicodeConverter.php "> < a href ="files/src-idna-converter-unicodeconverter.html "> < abbr title ="src/IDNA/Converter/UnicodeConverter.php "> UnicodeConverter.php</ abbr > </ a > </ abbr >
298
355
:
299
- < span class ="phpdocumentor-element-found-in__line "> 50 </ span >
356
+ < span class ="phpdocumentor-element-found-in__line "> 65 </ span >
300
357
301
358
</ aside >
302
359
0 commit comments