Pdo\Sqlite::loadExtension
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Description
Description
Pdo\Sqlite::loadExtension(string $name): void
Func
Description.
Parameters
nameDescription.
Return Values
Void
Errors/Exceptions
When does this function issue E_* level errors, and/or throw Exceptions.
Examples
Pdo\Sqlite::loadExtension example
Description.
php
<?php
echo "Code example";
?>The above example will output:
output
Code exampleNotes
Note
Any notes that don't fit anywhere else should go here.
See Also
ClassName::otherMethodNamesome_function()