Built-in Libraries

20+ production-ready libraries. All included. No external dependencies.

📐 Graphics
2D graphics rendering and image export • Details
create_canvas() | draw_pixel() | draw_line() | draw_circle() | draw_rect() | rgb() | save_image()
Graphics
🔢 Math
Mathematical functions and statistics
sqrt() | sin() | cos() | log() | sum() | avg() | random()
Math
📝 Strings
String manipulation and processing
upper() | lower() | split() | replace() | reverse() | trim()
Strings
📁 File I/O
File and directory operations
read() | write() | append() | delete() | mkdir() | listdir()
Files
{ } JSON
JSON parsing and serialization
parse_json() | stringify_json() | pretty_json()
Data
🌐 HTTP
Network requests and responses • Details
http_get() | http_post() | http_status()
Network
🔐 Crypto
Cryptographic and hashing functions • Details
hash_md5() | hash_sha256() | encode_base64()
Security
🗄️ Database
Data persistence and SQL operations
db_open() | db_close() | db_query()
Data
⏰ Time
Date and time operations
now() | timestamp() | sleep()
System
🔤 Encoding
Character and data encoding
utf8_encode() | url_encode() | html_escape()
Data
🔍 Regex
Regular expressions
regex_match() | regex_split() | regex_replace()
Text
< > XML
XML parsing and manipulation
xml_parse() | xml_stringify()
Data
📦 Compression
Data compression utilities
gzip() | ungzip()
Utilities
⚙️ Process
System process management
exec() | env()
System
🔗 URL
URL parsing and building
url_parse() | url_build()
Network
⚡ Kernel
Low-level optimized operations
kernel_value() | kernel_equals() | memory_pool()
Performance