随笔分类 -  PHP

摘要:1. phpcms/base.php 中的 pc_base 类 静态类,主要加载各个文件使用。2. pc_base 中 load_sys_func 等带 sys的函数,基本都是加载 lib下文件。 func加载functions下; class 加载 class下3. pc_base 中 函数一般... 阅读全文
posted @ 2014-06-18 09:20 星月随笔 阅读(231) 评论(0) 推荐(0)
摘要:1查找字符位置函数:strpos($str,search,[int]):查找search在$str中的第一次位置从int开始;stripos($str,search,[int]):函数返回字符串在另一个字符串中第一次出现的位置。该函数对大小写不敏感strrpos($str,search,[int])... 阅读全文
posted @ 2014-05-31 00:33 星月随笔 阅读(126) 评论(0) 推荐(0)
摘要:PHP CURL参数详解 curl用法:cookie及post一、cookie用法二、post用法特别要注意:post的数据要经过urlencode编码1 comment January 9th, 2006PHP4用户手册:函数->CURL->curl_setoptcurl_setopt(PHP 4... 阅读全文
posted @ 2014-05-30 00:39 星月随笔 阅读(1951) 评论(0) 推荐(0)
摘要:使用某PHP代码混淆工具加密处理:";?> 阅读全文
posted @ 2014-04-25 11:25 星月随笔 阅读(4771) 评论(1) 推荐(1)