1<?php 2$TOC = array ( 3 0 => 4 array ( 5 0 => 'features.http-auth.php', 6 1 => 'HTTP authentication with PHP', 7 ), 8 1 => 9 array ( 10 0 => 'features.cookies.php', 11 1 => 'Cookies', 12 ), 13 2 => 14 array ( 15 0 => 'features.sessions.php', 16 1 => 'Sessions', 17 ), 18 3 => 19 array ( 20 0 => 'features.xforms.php', 21 1 => 'Dealing with XForms', 22 ), 23 4 => 24 array ( 25 0 => 'features.file-upload.php', 26 1 => 'Handling file uploads', 27 ), 28 5 => 29 array ( 30 0 => 'features.remote-files.php', 31 1 => 'Using remote files', 32 ), 33 6 => 34 array ( 35 0 => 'features.connection-handling.php', 36 1 => 'Connection handling', 37 ), 38 7 => 39 array ( 40 0 => 'features.persistent-connections.php', 41 1 => 'Persistent Database Connections', 42 ), 43 8 => 44 array ( 45 0 => 'features.safe-mode.php', 46 1 => 'Safe Mode', 47 ), 48 9 => 49 array ( 50 0 => 'features.commandline.php', 51 1 => 'Command line usage', 52 ), 53 10 => 54 array ( 55 0 => 'features.gc.php', 56 1 => 'Garbage Collection', 57 ), 58 11 => 59 array ( 60 0 => 'features.dtrace.php', 61 1 => 'DTrace Dynamic Tracing', 62 ), 63); 64$TOC_DEPRECATED = array ( 65); 66$PARENTS = array ( 67 0 => 68 array ( 69 0 => 'index.php', 70 1 => 'PHP Manual', 71 ), 72); 73