aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/swig/php/Sword.php
blob: c7fdc23f437fe7aa257d0a4897f87027610f10f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php

/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.15u-20021007-2154
 * 
 * This file is not intended to be easily readable and contains a number of 
 * coding conventions designed to improve portability and efficiency. Do not make
 * changes to this file unless you know what you are doing--modify the SWIG 
 * interface file instead. 
 * ----------------------------------------------------------------------------- */

global $SWORD_LOADED__;
if ($SWORD_LOADED__) return;
$SWORD_LOADED__ = true;

/* if our extension has not been loaded, do what we can */
if (!extension_loaded("php_Sword")) {
	if (!dl("php_Sword.so")) return;
}



?>