读取中...  
读取中...
时 间 记 忆
读取中...
最 新 评 论
读取中...
专 题 分 类
读取中...
最 新 日 志
读取中...
最 新 留 言
读取中...
搜 索
用 户 登 录
读取中...
友 情 连 接
博 客 信 息
读取中...


 
由于明天要写一个在线生成PDF功能,没有手册,就自己采了一下 
[ 2010-3-4 19:44:00 | By: 速度 ]
 

 

  由于明天要写一个在线生成PDF功能,没有FPDF中文手册,网上找不到,就自己采了一下。

    要赶在晚上7点50前走人,写得匆忙,记录一下:

 

<?php

  $list_cont = file_get_contents('http://www.tzlink.com/other/tool/fpdf/index.htm');
 $p = '/<A HREF="([^>]*)">/';
 preg_match_all($p,$list_cont,$name_arr);
 $files = $name_arr[1];

 foreach( $files as $file ){

  $file_path = 'http://www.tzlink.com/other/tool/fpdf/'.$file;
  if( $file_cont = file_get_contents($file_path) ){
   
   file_put_contents('dirpath/fpdf/'.$file,$file_cont);
   echo "$file ...........处理,OK。<br />";
  }
  else
   break;
 }?>

 

 
  • 标签:在线生成PDF 
  •  
    Re:由于明天要写一个在线生成PDF功能,没有手册,就自己采了一下
    [ 2021-11-17 16:37:25 | By: 访客1ix3Co(游客) ]
     
    访客1ix3Co(游客)nmsl
     
    个人主页 | 引用 | 返回 | 删除 | 回复
    发表评论:
    读取中...
    Powered by 推理之门.