mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-03-25 17:32:16 +01:00
6 lines
51 B
Python
6 lines
51 B
Python
import phpy
|
|
|
|
s = phpy.Array()
|
|
|
|
s.set("hello", 123)
|