update : 2015.11.03
php.shukuma.com검색:
|
CairoContext::copyPagecairo_copy_page(PECL cairo >= 0.1.0) CairoContext::copyPage -- cairo_copy_page — Emits the current page 설명객체 기반 형식 (method):
public void CairoContext::copyPage
( void
)
절차식 형식: Emits the current page for backends that support multiple pages, but doesn’t clear it, so, the contents of the current page will be retained for the next page too. Use CairoContext::showPage() if you want to get an empty page after the emission. This is a convenience function that simply calls CairoSurface::copyPage() on CairoContext’s target. 반환값값을 반환하지 않습니다. 예제
Example #1 객체 기반 형식
<?php
Example #2 절차식 형식
<?php |