What does <<< in PHP do and where can I find documentation?

Robert L

New member
I need to know that <<< does in PHP. I've searched the internet and found nothing. Please don't tell me to go to php.net as I have searched there as well. I've seen this command used in a couple of programs, but can't find what it does. Based on the code, it seems like it can move strings into variables.

Thanks for your help.
 
Back
Top