bootstrap.php
Table of Contents
-
sapi_windows_vt100_support()
: mixed
-
stream_isatty()
: mixed
-
utf8_encode()
: mixed
-
utf8_decode()
: mixed
-
spl_object_id()
: mixed
-
mb_ord()
: mixed
-
mb_chr()
: mixed
-
mb_scrub()
: mixed
sapi_windows_vt100_support()
sapi_windows_vt100_support(mixed $stream[, mixed $enable = null ]) : mixed
Parameters
-
$stream
: mixed
-
-
$enable
: mixed
= null
-
stream_isatty()
stream_isatty(mixed $stream) : mixed
Parameters
-
$stream
: mixed
-
utf8_encode()
utf8_encode(mixed $string) : mixed
Parameters
-
$string
: mixed
-
utf8_decode()
utf8_decode(mixed $string) : mixed
Parameters
-
$string
: mixed
-
spl_object_id()
spl_object_id(mixed $object) : mixed
Parameters
-
$object
: mixed
-
mb_ord()
mb_ord(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
-
$string
: mixed
-
-
$encoding
: mixed
= null
-
mb_chr()
mb_chr(mixed $codepoint[, mixed $encoding = null ]) : mixed
Parameters
-
$codepoint
: mixed
-
-
$encoding
: mixed
= null
-
mb_scrub()
mb_scrub(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
-
$string
: mixed
-
-
$encoding
: mixed
= null
-