phpquery
phpquery copied to clipboard
Server-side implementation of jQuery in PHP5 (2009)
This two commit only replace the mentioned PHP functions related to #25
There was a problem with zero indexes means ->getString(0) is not working
Please send a PhpQuery as composer package on packagist.org. Thanks.
## WARNING Future visitors, please use one of the recent forks of phpQuery: https://github.com/TobiaszCudnik/phpquery/network **⚠ Using old, unmaintained code in your production server is _strongly_ unrecommended.** below you see a...
Fixed finding of classes in which there are line breaks Example:
split()函数改成了explode
`lintian` on Debian found the following problems: ~~~~ privacy-breach-w3c-valid-html test-cases/document-types/document-fragment-utf8.xhtml (http://www.w3.org/icons/valid-xhtml10) N: N: This package creates a potential privacy breach by fetching W3C N: validation icons. N: N: These badges...
... for example to retrieve a generated excel file example usage: $excelDocument = $browser->WebBrowser(null)>download('http://somesite.com/GeneratesExcel.php'); $op = fopen('excelfile.xlsx', 'w'); fwrite($op, $excelDocument); fclose($op);
Update and rename README to README.md