<?php //下划线命名法改变成驼峰命名法 function aa_bb($a) { return str_replace(‘ ‘, ”, ucwords(str_replace(‘_’,…
Leave a CommentMonth: May 2016
<?php function save_image($img, $fullpath) { $ch = curl_init($img); curl_setopt($ch, CURLOPT_HEADER,…
Leave a Comment海涛博客|海涛个人博客|PHP博客|技术博客|设计模式|Linux
<?php //下划线命名法改变成驼峰命名法 function aa_bb($a) { return str_replace(‘ ‘, ”, ucwords(str_replace(‘_’,…
Leave a Comment<?php function save_image($img, $fullpath) { $ch = curl_init($img); curl_setopt($ch, CURLOPT_HEADER,…
Leave a Comment