메모 작성

저장된 메모

xss 방지

htmlspecialchars: html 엔티티로 변환

작성일: 2024-12-08 16:18:12

내용을 문자열로 받아오기

file_get_contents($filePath)

작성일: 2024-12-08 16:25:14

json 형식을 php 데이터 구조로 변환

json_decode($jsonString, true)

작성일: 2024-12-08 16:28:22