PHP Classes

added new json import/export features to class

Recommend this page to a friend!

      PHP SQLite Code Vault  >  All threads  >  added new json import/export...  >  (Un) Subscribe thread alerts  
Subject:added new json import/export...
Summary:json features
Messages:1
Author:JImmy Bo
Date:2023-05-05 02:42:07
 

  1. added new json import/export...   Reply   Report abuse  
Picture of JImmy Bo JImmy Bo - 2023-05-05 02:42:07
public function snippet_to_json_str($snippet)
public function snippet_from_json_str($json_str, $hash='')
public function snippet_from_json_str_to_db($json_str)

these let you load/export snippets as JSON encoded data

added Add Json section to add snippet section in example.

moved version to 1.1 for both class and example.