CairoFontFace::statuscairo_font_face_statusCheck for CairoFontFace errors BeschreibungObjektorientierter Stil (method):
public int CairoFontFace::status
( void
)
Prozeduraler Stil:
int cairo_font_face_status
( CairoFontFace
$fontface
)Checks whether an error has previously occurred for this font face Parameter-Liste
RückgabewerteCAIRO_STATUS_SUCCESS or another error such as CAIRO_STATUS_NO_MEMORY. Beispiele
Beispiel #1 Objektorientierter Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(0)
Beispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(0) Siehe auch
|