added PHP bindings
[lwes-php.git] / lwes.php
blobdf3952fd697f7ae414a368ec3b8d3be279a00f6b
1 <?php
3 /* ----------------------------------------------------------------------------
4 * This file was automatically generated by SWIG (http://www.swig.org).
5 * Version 1.3.24
6 *
7 * This file is not intended to be easily readable and contains a number of
8 * coding conventions designed to improve portability and efficiency. Do not make
9 * changes to this file unless you know what you are doing--modify the SWIG
10 * interface file instead.
11 * ----------------------------------------------------------------------------- */
13 global $LWES_LOADED__;
14 if ($LWES_LOADED__) return;
15 $LWES_LOADED__ = true;
17 /* if our extension has not been loaded, do what we can */
18 if (!extension_loaded("php_lwes")) {
19 if (!dl("php_lwes.so")) return;