PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

CairoFormat::strideForWidth - Provides an appropiate stride to use | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

CairoFormat::strideForWidth

(PECL cairo >= 0.1.0)

CairoFormat::strideForWidthProvides an appropiate stride to use

説明

public static int CairoFormat::strideForWidth ( int $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.

例1 CairoFormat::strideForWidth() example

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

上の例の出力は、 たとえば以下のようになります。

...

参考

  • Classname::Method()


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「CairoFormat::strideForWidth - Provides an appropiate stride to use」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | CairoFormat::strideForWidth - Provides an appropiate stride to use」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: