diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html index 185883235..19bfab6ba 100644 --- a/Doc/Manual/Php.html +++ b/Doc/Manual/Php.html @@ -513,6 +513,12 @@ So if you use these REF typemaps, you should ensure that SWIG≥3.0 is used to generate wrappers from your interface file.

+

+In case you write your own typemaps, SWIG supports an attribute called +byref: if you set that, then SWIG will make sure that the generated +wrapper function will want the input parameter as a reference. +

+
 %module example
 %include "phppointers.i"