php8.5
Home/ Manual/ pdo / sqlite/ Pdo\Sqlite::loadExtension

Pdo\Sqlite::loadExtension

PHP function Edit on GitHub ✎

(PHP 8 >= 8.4.0)

Description

Description

Pdo\Sqlite::loadExtension(string $name): void

Func

Description.

Parameters

name

Description.

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 example

Notes

Note

Any notes that don't fit anywhere else should go here.

See Also

Source: reference/pdo_sqlite/pdo/sqlite/loadextension.xml · from the official PHP manual (php/doc-en)