©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
(PECL cairo >= 0.1.0)
CairoFormat::strideForWidth — Provides an appropiate stride to use
$format
, int $width
)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
?>
以上例程的输出类似于:
...