Substring Function.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arunbalait
    New Member
    • Feb 2007
    • 164

    Substring Function.

    How to use substring functions in PHP?

    And also tell me whether there is any Functions, Methods or Commands etc in PHP named EXPLORE?

    Thanks
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Why don't you just look at the standard PHP documentation at substr()

    According to the same php documentation there is no explore() function in php.

    Ronald :cool:

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Originally posted by arunbalait
      How to use substring functions in PHP?

      And also tell me whether there is any Functions, Methods or Commands etc in PHP named EXPLORE?

      Thanks
      No function named explore, however there is one named explode.

      Comment

      Working...