略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CairoFormat::strideForWidth

2024-04-27

CairoFormat::strideForWidth

(PECL cairo >= 0.1.0)

CairoFormat::strideForWidthProvides an appropriate stride to use

说明

public static CairoFormat::strideForWidth ( int $format , int $width ) : int

This method provides a stride value that will respect all alignment requirements of the accelerated image-rendering code within cairo.

参数

format

The desired CairoFormat to use

width

The width of the image

返回值

The appropriate stride to use given the desired format and width, or -1 if either the format is invalid or the width too large.

范例

Example #1 CairoFormat::strideForWidth() example

<?php
/* ... */
?>

以上例程的输出类似于:

...

参见

  • Classname::Method()
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/cairoformat.strideforwidth.php

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