Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 28, 2024
1 parent bd0a74f commit d84fa79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Compile and install phpy.so as an extension, and append `extension=phpy.so` to `

```php
$os = PyCore::import("os");
$un = $os->uname();
echo strval($un);
echo $os->uname();
```

## Calling PHP from Python
Expand Down

0 comments on commit d84fa79

Please sign in to comment.