Procedural File: HTML_ToPDF.php

Source Location: Program_Root/HTML_ToPDF.php



Classes:

HTML_ToPDF
A class to convert a local html file to a pdf file on the fly.
HTML_ToPDFException

Page Details:


Includes:
require_once("PEAR.php") [line 19]

$Id: HTML_ToPDF.php 748 2003-07-29 18:10:42Z jrust $




is_executable

bool is_executable( string $in_filename)

[line 830]

Because is_executable() doesn't exist on windows until php 5.0 we define it as a dummy function here that just runs file_exists.

Tags:

  • return -

    If the file exists

  • access - public

Parameters

  • string $in_filename -

    The filename to test

[ Top ]


Documention generated on Wed, 6 Aug 2003 15:00:17 -0500 by phpDocumentor 1.2.0