The string offset is not set.

Source: Internet
Author: User
The string offset is not set. PHPcode $ str1 & quot; nojobnoaddress & quot; functionMystrrev ($ str1) {$ newstr & quot; $ lenstrlen ($ str1); for ($ I $ len; $ I & gt; the string offset is not set.
PHP code
  $ Str1 = "no job no address"; function Mystrrev ($ str1) {$ newstr = ""; $ len = strlen ($ str1); for ($ I = $ len; $ I> = 0; $ I --) {$ newstr. = $ str1 {$ I};} return $ newstr;} echo Mystrrev ($ str1 );

Warning Notice: Uninitialized string offset
How can I set this offset.

------ Solution --------------------
For ($ I = $ len-1; $ I >=0; $ I --)

Related Article

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.