php 截取GBK文档某个位置开始的n个字符方法
cut.php:#!/usr/bin/php<?phpdefine('INPUT_FILE','t.txt');define('OUTPUT_FILE','a.txt');$pos=max(intval($argv[1])
截取GBK文档某个位置
cut.php:#!/usr/bin/php<?phpdefine('INPUT_FILE','t.txt');define('OUTPUT_FILE','a.txt');$pos=max(intval($argv[1])