We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44d273 commit 01101b0Copy full SHA for 01101b0
examples/MessageBox.php
@@ -1,5 +1,3 @@
1
<?php
2
3
-function msgbox(){
4
- DFFI::callFunction("user32", "bool", "MessageBoxA", [0, "HelloWorld", "", 0], ["int", "string", "string", "int"]);
5
-}
+DFFI::callFunction("user32", "bool", "MessageBoxA", [0, "HelloWorld", "", 0], ["int", "string", "string", "int"]);
0 commit comments