summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-12-29 21:52:42 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-12-29 21:54:58 +0000
commit30537089cae6623864922df281b623e483feef8e (patch)
tree6adee5e4972fff622bc723ea42c0d21100aafd2e
parent5ec7fe578b3ac9daf3cff52df9a444fc39e1ebae (diff)
downloadswig-rel-3.0.3.tar.gz
HTML tweaksv3.0.3rel-3.0.3
-rw-r--r--Doc/Manual/Php.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index 6f11b4aa1..623adb68a 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -142,6 +142,7 @@ least work for Linux though):
<H3><a name="Php_nn1_3"></a>34.1.2 Using PHP Extensions</H3>
+
<p>
To test the extension from a PHP script, you first need to tell PHP to
load it. To do this, add a line like this to the <tt>[PHP]</tt> section of
@@ -773,6 +774,7 @@ Ko::threats();
<H4><a name="Php_nn2_6_5"></a>34.2.6.5 Specifying Implemented Interfaces</H4>
+
<p>
PHP supports the concept of abstract interfaces which a class can implement.
Since SWIG 3.0.3, you can tell SWIG that a wrapped class (for example