Pdo\Sqlite::loadExtension

(PHP 8 >= 8.4.0)

Pdo\Sqlite::loadExtensionDescription

Descrizione

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

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Description.

Elenco dei parametri

name
Description.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni

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

Esempi

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

Description.

<?php
echo "Code example";
?>

Il precedente esempio visualizzerà:

Code example

Note

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

Vedere anche:

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

User Contributed Notes

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