Blogger Information
Blog 44
fans 0
comment 1
visits 30956
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
自定义助手函数
时光记忆的博客
Original
910 people have browsed it

function dump($data){

        echo  '<pre>';

        print_r($data);

        echo '</pre>';

}


halt()加入exit;

get函数

function get($param = false){

        if(!$param){

            return $_GET?$_GET:false;

    }

    return $_GET[$param]?$_GET[$param]:false;

}  



}

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post