Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
integration:foxycart:test_xml_write_to_file [2013/07/03 03:07] shadudesintegration:foxycart:test_xml_write_to_file [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 121: Line 121:
  * @return string  * @return string
  */  */
- function encrypt ($pwd, $data, $ispwdHex = 0)+ public static function encrypt ($pwd, $data, $ispwdHex = 0)
  {  {
  if ($ispwdHex)  if ($ispwdHex)
Line 166: Line 166:
  * @return string  * @return string
  */  */
- function decrypt ($pwd, $data, $ispwdHex = 0)+ public static function decrypt ($pwd, $data, $ispwdHex = 0)
  {  {
  return rc4crypt::encrypt($pwd, $data, $ispwdHex);  return rc4crypt::encrypt($pwd, $data, $ispwdHex);

Site Tools