略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CairoImageSurface::createFromPng

2024-05-02

CairoImageSurface::createFromPng

(PECL cairo >= 0.1.0)

CairoImageSurface::createFromPngCreates a new CairoImageSurface form a png image file

说明

public static CairoImageSurface::createFromPng ( string $file ) : CairoImageSurface

Creates a new CairoImageSurface form a png image file

This method should be called static

参数

file

Path to PNG image file

返回值

CairoImageSurface object

范例

Example #1 CairoImageSurface::createFromPng() example

<?php

$surface 
CairoImageSurface::createFromPng('/path/to/image/file.png');

?>

以上例程的输出类似于:

...

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/cairoimagesurface.createfrompng.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3