How to create a PHP function only visible within a file?
        Posted  
        
            by Digo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Digo
        
        
        
        Published on 2010-03-08T18:15:34Z
        Indexed on 
            2010/03/08
            18:21 UTC
        
        
        Read the original article
        Hit count: 220
        
php
How to create a PHP function only visible within a file? Not visible to external file. In other word, something equivalent to static function in C
© Stack Overflow or respective owner