Advertisement
lcawte

Untitled

Jun 2nd, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. define('BIRD', 'Dodo bird');
  4.  
  5. // Parse without sections
  6. $ini_array = parse_ini_file("config.ini", true);
  7. print_r($ini_array);
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement