Charger une bibliothèque pendant l’exécution script

Author:
<?php
dl('sqlite.dll'); // Windows
dl('sqlite.so'); // Unix

?>