Source Location: Program_Root/HTML_ToPDF.php
$Id: HTML_ToPDF.php 895 2003-11-12 17:18:19Z jrust $
bool is_executable(
string $in_filename)
[line 831]
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.
If the file exists
The filename to test
[ Top ]