Manuel PHP

SQLite3::loadExtension

(No version information available, might be only in CVS)

SQLite3::loadExtensionAttempts to load an SQLite extension library

Description

public bool SQLite3::loadExtension ( string $shared_library )

Attempts to load an SQLite extension library.

Liste de paramètres

shared_library

The name of the library to load. The library must be located in the directory specified in the configure option sqlite3.extension_dir.

Valeurs de retour

Returns TRUE if the extension is successfully loaded, FALSE on failure.

Exemples

Exemple #1 SQLite3::loadExtension() example

  1. <?php
  2. $db = new SQLite3('mysqlitedb.db');  
  3. $db->loadExtension('libagg.so');  
  4. ?> 


Remonter Remonter
L'éditeur javascript - CSS - Gentoo - Tutoriaux PHP - Tutoriels PHP - Bretagne - php - Moto - Kit graphique