silc_http_php_file

SYNOPSIS

    SilcBuffer silc_http_php_file(const char *filepath);

DESCRIPTION

Reads the PHP contents from the file indicated by the `filepath' and executes the PHP code and returns the result in the allocated SilcBuffer or NULL on error. The caller must free the returned buffer.