summaryrefslogtreecommitdiff
path: root/include/fastcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fastcall.h')
-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);
+
+}
+