V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
dendi009
V2EX  ›  HTML

PHP 文件格式问题请教

  •  
  •   dendi009 · Jan 26, 2023 · 3349 views
    This topic created in 1192 days ago, the information mentioned may be changed or developed.

    处理数据库和 php 网站过程,经常看到如下数据格式, 想请教下这种数据应该怎么样读写

    a:27:{s:2:"id";s:4:"2611";s:5:"title";s:27:"千岁夫人她是黑心莲";s:6:"pinyin";N;s:6:"author";s:9:"风解意";s:3:"url";s:32 
    省略...
    
    2 replies    2023-01-26 23:46:17 +08:00
    imnpc
        1
    imnpc  
       Jan 26, 2023
    PHP 序列化和反序列化函数

    serialize() 将对象转化为字符串

    unserialize() 反过来 -》用这个

    PHP 8 以后 一般用 json 存储 需要 MySQL 5.7+
    dendi009
        2
    dendi009  
    OP
       Jan 26, 2023
    @imnpc 感谢,加班不易, 新年快乐
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2174 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 00:26 · PVG 08:26 · LAX 17:26 · JFK 20:26
    ♥ Do have faith in what you're doing.