略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CairoImageSurface::getWidth

2024-05-03

CairoImageSurface::getWidth

(PECL cairo >= 0.1.0)

CairoImageSurface::getWidthRetrieves the width of the CairoImageSurface

说明

public CairoImageSurface::getWidth ( void ) : int

Gets the width of the CairoImageSurface

参数

此函数没有参数。

返回值

Returns the width of the CairoImageSurface object

范例

Example #1 CairoImageSurface::getWidth() example

<?php
// creates a new image surface
$surface = new CairoImageSurface(CairoFormat::ARGB328050);

//gets the width
var_dump($surface->getWidth());

?>

以上例程的输出类似于:

int(80)

参见

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.getwidth.php

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