miva_cdata_encode()

 
Create one or more CDATA tags with the provided text, splitting any data with "]]>" into two CDATA tags with "]]" at the end of one CDATA tag, and ">" as the first value of the next CDATA tag.
Syntax
miva_cdata_encode( text )
Return value: Text quoted within one or more CDATA tags.
  • text = String to encode
User Annotations: miva_cdata_encode