Home
last modified time | relevance | path

Searched refs:filerows (Results 1 – 1 of 1) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php76 $filerows = file ( $fi ); variable
77 if ( $filerows == false ) { die ( "Unable to get file content." ); }
81 for ( $i = 0; $i < count ( $filerows ); $i++ ) {
82 if ( strpos ( trim ( $filerows[$i] ), "HTML2PDF_POST_PROCESSING_DIRECTIVES -->" ) === 0 ) {
89 if ( strpos ( trim ( $filerows[$i] ), "//" ) === 0 ) { continue; } // Skip comment line
91 $tmp = explode ( ":", $filerows[$i] );
118 if ( strpos ( trim ( $filerows[$i] ), "<!-- HTML2PDF_POST_PROCESSING_DIRECTIVES" ) === 0 ) {