Bearsampp
2025.8.29
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 (https://github.com/crispy-computing-machine/Winbinder)
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
require_once
$_mainpath
.
'/wb_resources.inc.php'
;
24
require_once
$_mainpath
.
'/wb_windows.inc.php'
;
25
require_once
$_mainpath
.
'/wb_generic.inc.php'
;
$_mainpath
$_mainpath
Definition
db_common.inc.php:23
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.14.0