Replies: 1 comment 4 replies
-
hello, I have read your code. In PHP there is no syntax with var, let, or others. they all start with $ when you want to define a variable. This is not JavaScript or languages like Golang, Python and Java where when you want to create a variable you have to first declare the data type. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this PHP method:
Beta Was this translation helpful? Give feedback.
All reactions