We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eccdf53 + 8cbcf7b commit 78ebb27Copy full SHA for 78ebb27
Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php
@@ -507,9 +507,9 @@ function makeup()
507
/**
508
* find elements by css selector
509
* PaperG - added ability for find to lowercase the value of the selector.
510
- * @param string $selector
511
- * @param null $idx
512
- * @param bool $lowercase
+ * @param string $selector
+ * @param int|null $idx
+ * @param bool $lowercase
513
* @return simple_html_dom_node[]|simple_html_dom_node|null
514
*/
515
function find($selector, $idx=null, $lowercase=false)
0 commit comments