diff --git a/reference/com/functions/variant-get-type.xml b/reference/com/functions/variant-get-type.xml
index 7f039a531f..2fb0e6e84f 100644
--- a/reference/com/functions/variant-get-type.xml
+++ b/reference/com/functions/variant-get-type.xml
@@ -44,12 +44,14 @@
VT_DISPATCH; the only reason this function works for
those classes is because COM and DOTNET are descendants of VARIANT.
+
+
+
+ &reftitle.seealso;
- In PHP versions prior to 5, you could obtain this information from
- instances of the VARIANT class ONLY, by reading a fake
- type property. See the class for more information on
- this.
+
+ variant_set_type
+
diff --git a/reference/com/functions/variant-set-type.xml b/reference/com/functions/variant-set-type.xml
index 601a32b228..581481dda1 100644
--- a/reference/com/functions/variant-set-type.xml
+++ b/reference/com/functions/variant-set-type.xml
@@ -52,6 +52,7 @@
variant_cast
+ variant_get_type