xref
: /
plugin
/
html2pdf
/
html2pdf
/
html2ps
/
stubs.is_executable.inc.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function
is_executable
() {
4
return
true
;
5
}
6
7
?>