函数

24
Jun

文本指定位置插数据

<?php 
$str = $info['body'];
$textlength = strlen($str);
$start = $textlength / 20;
if(strpos($zt['title'],',')){
$tm
Tags:
23
Jun

stream_context_create()函数伪造referer 转自http://www.phpzc.com/read.php?tid-993-fpage-3.html

<?php   
  
function dologin ($url, $postdata, $referer) // post获取cookie值用   
{   
    $optionlog
Tags:
Syndicate content