diff options
Diffstat (limited to 'Examples/php/callback/index.html')
| -rw-r--r-- | Examples/php/callback/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/php/callback/index.html b/Examples/php/callback/index.html new file mode 100644 index 0000000..2aa720e --- /dev/null +++ b/Examples/php/callback/index.html @@ -0,0 +1,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> |
