(PECL cairo >= 0.1.0)
CairoImageSurface::createForData — The createForData purpose
$data
   , int $format
   , int $width
   , int $height
   [, int $stride = -1
  ] )The method description goes here.
本函数还未编写文档,仅有参数列表。
dataDescription...
formatDescription...
widthDescription...
heightDescription...
strideDescription...
Description...
Example #1 CairoImageSurface::createForData() example
<?php
/* ... */
?>
以上例程的输出类似于:
...