update : 2015.11.03
php.shukuma.com검색:
|
CairoFontFace::statuscairo_font_face_status(PECL cairo >= 0.1.0) CairoFontFace::status -- cairo_font_face_status — Check for CairoFontFace errors 설명객체 기반 형식 (method):
public int CairoFontFace::status
( void
)
절차식 형식: Checks whether an error has previously occurred for this font face 인수
반환값CAIRO_STATUS_SUCCESS or another error such as CAIRO_STATUS_NO_MEMORY. 예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: int(0)
Example #2 절차식 형식
<?php 위 예제의 출력 예시: int(0) 참고
|