Procedural File: HTML_ToPDF.php
Source Location: /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 20]
$Id: HTML_ToPDF.php 1617 2004-11-23 05:56:26Z jrust $
is_executable
bool is_executable(
string $in_filename)
[line 879]
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 ]