PHP Function List
byte doesn't exist. Closest matches:
- ifx_byteasvarchar
- pg_escape_bytea
- pg_unescape_bytea
- haruencoder_getbytetype
- xml_get_current_byte_index
- openssl_random_pseudo_bytes
- system
- bzwrite
- time
- date
- mb_strlen
- yp_master
- judy_type
- ftell
- hypot
- crypt
- idate
- mcrypt_ecb
- db2_tables
- dba_delete
Site Search Results
-
signed short (always 16 bit, machine byte order) S: unsigned short (always 16 bit, machine byte order) n: unsigned short (always 16 bit, big endian byte order)
-
Multibyte String Functions - ManualNote that some of the multi-byte functions run in O(n) time, rather than constant time as is the case for their single-byte equivalents. This includes any functionality ...
-
$byte = fread ($fp, 1); $high = floor (ord ($byte)/ 128); // check for has-more bit $bytestring .= $byte; } return decode_7bhm ($bytestring); }
-
Basics of Japanese multi-byte encodings; HTTP Input and Output; Supported Character Encodings; Function Overloading Feature; PHP Character Encoding Requirements
-
Adding to Adam (Nedstat): fputs without the length parm just writes all data up to but not including the first 0 byte it encounters. Therefore fputs($fp,"hello\0world ...
-
imagecreatefromstring - ManualThe solution that I found (although clunky) is to convert the image to a byte array, and then convert each byte in the array to an int. Then pack those ints off into a ...
-
Printing an empty string from PHP, as in print ""; returns a single byte (content length=1) - the line-feed character '\n' (0a). So if you truly want to return an ...
-
If serializing objects to be stored into a postgresql database, the 'null byte' injected for private and protected members throws a wrench into the system.
-
Strings. A string is series of characters, where a character is the same as a byte. This means that PHP only supports a 256-character set, and hence does not offer ...
-
The shift_jis character set includes a number of two-byte code charcters that contain the hex-value 0x5c (backslash) which will get stripped by this function thus ...

Other forms of search
To search the string "byte" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
