PHP:pcntl_errno()的用法 PHP

pcntl_errno (PHP 5 >= 5.3.4) pcntl_errno — 别名 pcntl_strerror() 说明 此函数是该函数的别名: pcntl_strerror()
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagettfbbox()的用法 PHP

imagettfbbox (PHP 4, PHP 5) imagettfbbox — 取得使用 TrueType 字体的文本的范围 说明 array imagettfbbox ( float $size , float $angle , string $fontfile , string $
标签: php php教程

发布于  2024-3-1 21:52

PHP:imagettftext()的用法 PHP

imagettftext (PHP 4, PHP 5) imagettftext — 用 TrueType 字体向图像写入文本 说明 array imagettftext ( resource $image , float $size , float $angle , int $x
标签: php php教程

发布于  2024-3-1 21:52

PHP:iptcembed()的用法 PHP

iptcembed (PHP 4, PHP 5) iptcembed — 将二进制 IPTC 数据嵌入到一幅 JPEG 图像中 说明 mixed iptcembed ( string $iptcdata , string $jpeg_file_name [, int $spool
标签: php php教程

发布于  2024-3-1 21:52

PHP:png2wbmp()的用法 PHP

png2wbmp (PHP 4 >= 4.0.5, PHP 5) png2wbmp — 将 PNG 图像文件转换为 WBMP 图像文件 说明 bool png2wbmp ( string $pngname , string $wbmpname , int $dest_height
标签: php php教程

发布于  2024-3-1 21:52

PHP:jpeg2wbmp()的用法 PHP

jpeg2wbmp (PHP 4 >= 4.0.5, PHP 5) jpeg2wbmp — 将 JPEG 图像文件转换为 WBMP 图像文件 说明 bool jpeg2wbmp ( string $jpegname , string $wbmpname , int $dest_heigh
标签: php php教程

发布于  2024-3-1 21:52

PHP:iptcparse()的用法 PHP

iptcparse (PHP 4, PHP 5) iptcparse — 将二进制 IPTC 块解析为单个标记 说明 array iptcparse ( string $iptcblock ) 本函数将一个二进制
标签: php php教程

发布于  2024-3-1 21:52

PHP:exit()的用法 PHP

exit (PHP 4, PHP 5) exit — 输出一个消息并且退出当前脚本 说明 void exit ([ string $status ] ) void exit ( int $status ) 中止脚本的执行。 .....
标签: php php教程

发布于  2024-3-1 21:52

PHP:__halt_compiler()的用法 PHP

__halt_compiler (PHP 5 = 5.1.0) __halt_compiler — 中断编译器的执行 说明 void __halt_compiler ( void ) 中断编译器的执行。常用于在PHP脚本内嵌入...
标签: php php教程

发布于  2024-3-1 21:52

PHP:die()的用法 PHP

die (PHP 4, PHP 5) die — 等同于 exit() 说明 语法结构等同于 exit().
标签: php php教程

发布于  2024-3-1 21:52