Pdo\Sqlite::loadExtension

(PHP 8 >= 8.4.0)

Pdo\Sqlite::loadExtensionDescription

Description

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

This function is currently not documented; only its argument list is available.

Description.

Parameters

name
Description.

Return Values

No value is returned.

Errors/Exceptions

When does this function issue E_* level errors, and/or throw Exceptions.

Examples

Example #1 Pdo\Sqlite::loadExtension() example

Description.

<?php
echo "Code example";
?>

The above example will output:

Code example

Notes

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

See Also

  • ClassName::otherMethodName()
  • some_function()
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top