woss

Array delete

Oct 29th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. class Config {
  4.  
  5.     private $_config = array();
  6.  
  7.     public function delete ($name) {
  8.  
  9.         // (?)
  10.  
  11.     }
  12.  
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment