Questions about using the definition symbol

Source: Internet
Author: User
Use of the definition symbol. ClassWork {publicfunctionsetXml () {$ _ xml & lt; eofeof ;}} this will display the error cannotreclarefunctionsetxml. but I can use this delimiter in the function, is it possible that the specifiers cannot be used in other class methods? ------ Solution ---------------- use of the definition symbol.
Class Work {

Public function setXml (){
$ _ Xml = <
Eof;
}
}
This will display the error cannot reclare function setxml
But there is no problem if I use this delimiter in a function. isn't the delimiter no longer available in class methods?


------ Solution --------------------
Yes. This is all the code?
------ Solution --------------------
Class can use the delimiter
Check whether setXml () is defined elsewhere in your class ()
------ Solution --------------------
Http://www.php.net/manual/zh/language.types.string.php#language.types.string.syntax.heredoc
------ Solution --------------------
This is because of your eof; followed by a TAB character

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.