Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function r_parse_ini_file($ini_file,$bool_section){
  2. $data = file_get_contents($ini_file);
  3. $ini_array = parse_ini_string($data,$bool_section);
  4. return $ini_array;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement