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 01101b0 commit bb0e352Copy full SHA for bb0e352
examples/MessageBoxW.php
@@ -1,5 +1,3 @@
1
<?php
2
3
-function msgbox(){
4
- DFFI::callFunction("user32", "bool", "MessageBoxW", [0, "HelloWorld", "", 0], ["int", "wstring", "wstring", "int"]);
5
-}
+DFFI::callFunction("user32", "bool", "MessageBoxW", [0, "HelloWorld", "", 0], ["int", "wstring", "wstring", "int"]);
0 commit comments