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 360c543 commit 1d4ccd3Copy full SHA for 1d4ccd3
content/documentation/php-interop.md
@@ -9,7 +9,7 @@ Use the `php/` prefix to access the global variables in combination with `get`.
9
10
```phel
11
(get php/$_SERVER "key") # Similar to $_SERVER['key']
12
-(get php/$GLOBAL "wpdb") # Similar to $GLOBAL['wpdb']
+(get php/$GLOBAL "argv") # Similar to $GLOBAL['argv']
13
```
14
15
## Calling PHP functions
0 commit comments