PHP stripcslashes function

stripcslashes

(PHP 4, PHP 5)

stripcslashes –
Un-quote string quoted with addcslashes()
Descriptionstring stripcslashes ( string str )

Returns a string with backslashes stripped off. Recognizes
C-like \n, \r …, octal
and hexadecimal representation.

See also addcslashes().

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • Reddit
  • Furl
  • NewsVine
  • Simpy
  • Slashdot
  • Spurl
  • StumbleUpon
  • YahooMyWeb
  • TailRank
  • Technorati

Home | PHP Functions | PHP stripcslashes function