summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 14:38:59 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 14:38:59 +0200
commit90f2c44a8dedc53de351d42107a40f56d6184899 (patch)
tree8475cd5f7eb95fefd71c48e563f905a77d6393c4 /include
parent65448269cc98e88f9da138847e7603f189713abd (diff)
parent78c5a1463d51d8a1e92545d4dfda18845e1f23c4 (diff)
Merge branch 'class_exists' of https://github.com/andot/PHP-CPP
Diffstat (limited to 'include')
-rw-r--r--include/fastcall.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/fastcall.h b/include/fastcall.h
new file mode 100644
index 0000000..a5a8e1c
--- /dev/null
+++ b/include/fastcall.h
@@ -0,0 +1,13 @@
+/**
+ * fastcall.h
+ *
+ * This file holds some PHP functions implementation in C directly.
+ *
+ */
+
+namespace Php {
+
+ bool class_exists(const std::string &classname, bool autoload = true);
+
+}
+