2024.8.23
Loading...
Searching...
No Matches
winbinder.php
Go to the documentation of this file.
1
<?php
2
3
/*******************************************************************************
4
5
WINBINDER - The native Windows binding for PHP for PHP
6
7
Copyright � Hypervisual - see LICENSE.TXT for details
8
Author: Rubem Pechansky (http://winbinder.org/contact.php)
9
10
Main inclusion file for WinBinder
11
12
*******************************************************************************/
13
14
if
(!extension_loaded(
'winbinder'
))
15
if
(!dl(
'php_winbinder.dll'
))
16
trigger_error(
"WinBinder extension could not be loaded.\n"
,
E_USER_ERROR
);
17
18
$_mainpath
= pathinfo(__FILE__);
19
$_mainpath
=
$_mainpath
[
"dirname"
] .
"/"
;
20
21
// WinBinder PHP functions
22
23
include
$_mainpath
.
"wb_windows.inc.php"
;
24
include
$_mainpath
.
"wb_generic.inc.php"
;
25
include
$_mainpath
.
"wb_resources.inc.php"
;
26
27
//------------------------------------------------------------------ END OF FILE
28
29
?>
$_mainpath
$_mainpath
Definition
winbinder.php:18
E_USER_ERROR
if(!extension_loaded('winbinder')) if(!dl('php_winbinder.dll')) trigger_error("WinBinder extension could not be loaded.\n" E_USER_ERROR
Definition
winbinder.php:14
Bearsampp-development
sandbox
core
libs
winbinder
winbinder.php
Generated by
1.11.0