NAME ^

src/pmc/phpresource.pmc - PHP Resource

DESCRIPTION ^

Methods ^

void init()
Raises an exception. Use init_pmc().
void init_pmc(PMC *initializer)
Sets the referenced PMC to initializer.
PMC *get_pmc()
Get the referenced PMC.
void mark()
Marks the referenced PMC as live.
STRING *name()
Return the string 'resource'.
STRING *get_string()
Returns a string representation of the resource.

non-Vtable Methods ^

PMC *to_number()

Specific Methods ^

AUTHORS ^

Francois Perrad.


parrot