Voting

: min(seven, four)?
(Example: nine)

The Note You're Voting On

phil at worldpoolfederation dot com
18 years ago
Not true

Use :: to call static functions
Use -> to call non static functions

You must define a function as static in php 5.1 to be able to call it statically.

<< Back to user notes page

To Top