summaryrefslogtreecommitdiff
path: root/Examples/php/callback/index.html
blob: 2aa720e24d2818c3fbc692b0a77119bd36a0ce1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>SWIG:Examples:php:callback</title>
</head>

<body bgcolor="#ffffff">


<tt>SWIG/Examples/php/callback/</tt>
<hr>

<H2>Implementing C++ callbacks in PHP</H2>

<p>
This example illustrates how to use directors to implement C++ callbacks in PHP.

<hr>
</body>
</html>