Which of the following statements is NOT true?
a) Class constants are public
b) Class constants are being inherited
c) Class constants can omit initialization (default to NULL)
d) Class constants can be initialized by consts
How can precisely one byte be read from a file, pointed by $fp? (Choose 2)
Which methods can be used to overload object properties? (Choose 2)
You want to parse a URL into its single parts. Which function do you choose?