1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

MIND = BLOWN (PHP)

Discussion in 'Off-Topic' started by Muqsit, Mar 9, 2017.

  1. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    Basically, you share some mind-blowing tips and tricks about PHP.

    PHP strings can be treated as an array to a certain extent.
    PHP:
    $var "MCPE";
    $var[3] = "C";
    //$var is now "MCPC"
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.