网站首页

>>

PHP初级教程手册


函数:PDF_stringwidth()



PDF_stringwidth

计算字符串的宽度。

语法: double pdf_stringwidth(int pdfid, string text);

返回值: 浮点数

函数种类: 特殊文件格式

内容说明

本函数用来计算指定字符串的宽度。参数 pdfid 为 PDF 文件代码。参数 text 为欲计算的文字。成功则返回 true 值。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|