Cairo::statusToStringcairo_status_to_stringRetrieves the current status as string BeschreibungObjektorientierter Stil (method):
public static string Cairo::statusToString
( int
$status
)Prozeduraler Stil:
string cairo_status_to_string
( int
$status
)Retrieves the current status as a readable string Parameter-Liste
RückgabewerteA string containing the current status of a CairoContext object Beispiele
Beispiel #1 Objektorientierter Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(7) "success"
Beispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(7) "success" Siehe auch
|