Skip to content
Advertisement

Tag: operators

In PHP, what does “<<<" represent?

For example: Answer That’s heredoc syntax. You start a heredoc string by putting <<< plus a token of your choice, and terminate it by putting only the token (and nothing else!) on a new line. As a convenience, there is one exception: you are allowed to add a single semicolon after the end delimiter. Example:

What is the “->” PHP operator called? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Closed 4 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. What do you call this arrow looking -> operator found in PHP? It’s either a minus sign, dash or

Advertisement