|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
| for($i=0; $i< 0x100;++$i) | $map [chr(0)] = '\0' |
| $map ["\n"] = '\n' | |
| for( $i=ord(' ');$i< 0x7F;++ $i) for($i=ord('0'); $i<=ord('9');++$i) | $map ['"'] = '\"' |
| $map ['\\'] = '\\\\' | |
| const | CHUNK_SIZE = 1024 |
| $dta = file_get_contents( $argv[1] ) | |
| $chunks = str_split($dta, CHUNK_SIZE) | |
| $chunks [count($chunks) - 1] = str_pad($chunks[count($chunks) - 1], CHUNK_SIZE, chr(0)) | |
| foreach ( $chunks as $chunk) = $news . ' ?>' | |
| $chunks = str_split($dta, CHUNK_SIZE) |
Definition at line 39 of file create_data_file.php.
| $chunks[count( $chunks) - 1] = str_pad($chunks[count($chunks) - 1], CHUNK_SIZE, chr(0)) |
Definition at line 40 of file create_data_file.php.
| $dta = file_get_contents( $argv[1] ) |
Definition at line 38 of file create_data_file.php.
| $map["\n"] = '\n' |
Definition at line 17 of file create_data_file.php.
Definition at line 28 of file create_data_file.php.
| $map['\\'] = '\\\\' |
Definition at line 29 of file create_data_file.php.
Definition at line 16 of file create_data_file.php.
| const CHUNK_SIZE = 1024 |
Definition at line 36 of file create_data_file.php.
| foreach | ( | $chunks as | ) | = $news . ' ?>' |
Definition at line 43 of file create_data_file.php.