1
2/* ------------------------------------------------------------
3 * The start of the PHP initialization function 
4 * ------------------------------------------------------------ */
5
6%insert(init) "swiginit.swg"
7
8%init %{
9  SWIG_php_minit {
10    SWIG_InitializeModule(0);
11%}
12
13