Home
last modified time | relevance | path

Searched defs:setAttribute (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/intl/collator/
H A Dcollator.stub.php49 public function setAttribute(int $attribute, int $value): bool {} function in Collator
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php50 public function setAttribute(int $attribute, mixed $value): bool {} function in PDO
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {} function in PDOStatement
H A Dpdo_dbh.c874 PHP_METHOD(PDO, setAttribute) in PHP_METHOD() argument
H A Dpdo_stmt.c1574 PHP_METHOD(PDOStatement, setAttribute) in PHP_METHOD() argument
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php47 public function setAttribute(int $attribute, int|float $value): bool {} function in NumberFormatter
/PHP-8.1/ext/dom/
H A Delement.c243 PHP_METHOD(DOMElement, setAttribute) in PHP_METHOD() argument
H A Dphp_dom.stub.php368 …public function setAttribute(string $qualifiedName, string $value) {} // TODO return type shouldn'… function in DOMElement

Completed in 25 milliseconds