1<?php 2$TOC = array ( 3 0 => 4 array ( 5 0 => 'context.socket.php', 6 1 => 'Socket context options', 7 ), 8 1 => 9 array ( 10 0 => 'context.http.php', 11 1 => 'HTTP context options', 12 ), 13 2 => 14 array ( 15 0 => 'context.ftp.php', 16 1 => 'FTP context options', 17 ), 18 3 => 19 array ( 20 0 => 'context.ssl.php', 21 1 => 'SSL context options', 22 ), 23 4 => 24 array ( 25 0 => 'context.curl.php', 26 1 => 'CURL context options', 27 ), 28 5 => 29 array ( 30 0 => 'context.phar.php', 31 1 => 'Phar context options', 32 ), 33 6 => 34 array ( 35 0 => 'context.params.php', 36 1 => 'Context parameters', 37 ), 38); 39$PARENTS = array ( 40 0 => 41 array ( 42 0 => 'langref.php', 43 1 => 'Language Reference', 44 ), 45 1 => 46 array ( 47 0 => 'index.php', 48 1 => 'PHP Manual', 49 ), 50); 51