Initial commit

This commit is contained in:
JoseluCross
2017-09-17 18:28:06 +02:00
commit 92dd9181cf
14 changed files with 2021 additions and 0 deletions

8
langs/php/basic.json Normal file
View File

@@ -0,0 +1,8 @@
{
"array": "$var = array(1,2,3,'texto');",
"variable": [
"// It cannot be do",
"$a = 5;",
"$b = 6;"
]
}