Skip to content
maki
basic
Initializing search
GitHub
About
AI
AWS
Azure
Coding
Cybersecurity
Data
DevOps
Documentation
Energy
Learn
ML
Optimizaton
PowerBI
Python
SQL
System
maki
GitHub
About
AI
AWS
Azure
Coding
Coding
Notepad++
standard
Teams
Algorithm
Bash
Batch
Blog
C#
C++
Java
Latex
Linux
Logging
Markdown
Matlab
Network
PHP
PHP
php
basic
DateTime
IO
MySQL
Regular Expression
setup
PassManager
PowerShell
R
Rust
Search
Security
VBA
VS
VSCode
Vim
Web
Windows
Cybersecurity
Data
DevOps
Documentation
Energy
Learn
ML
Optimizaton
PowerBI
Python
SQL
System
basic
¶
//join string array
$str = implode(',', $arr);
//split str to arr
$arr = explode(',', $row);
Back to top