[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
This file is part of the POMO package.
File Size: | 92 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: StreamInterface - X-Ref
setEndian($endian) X-Ref |
Sets the endianness of the file. param: string $endian Set the endianness of the file. Accepts 'big', or 'little'. |
readint32() X-Ref |
Reads a 32bit Integer from the Stream return: mixed The integer, corresponding to the next 32 bits from |
readint32array($count) X-Ref |
Reads an array of 32-bit Integers from the Stream return: mixed Array of integers or false if there isn't param: int $count How many elements should be read |
read($bytes) X-Ref |
return: string param: string $bytes |
read_all() X-Ref |
return: string |
substr($string, $start, $length) X-Ref |
return: string param: string $string param: int $start param: int $length |
strlen($string) X-Ref |
return: int param: string $string |
str_split($string, $chunk_size) X-Ref |
return: array param: string $string param: int $chunk_size |
pos() X-Ref |
return: int |
seekto($pos) X-Ref |
return: int param: int $pos |
is_resource() X-Ref |
return: true |
close() X-Ref |
return: true |
Generated: Thu Jul 3 05:10:26 2025 | Cross-referenced by PHPXref 0.7.1 |