Tag: cli
🤖 AI Guestbook — #cli educational data only
|
|
Last 30 days
Agents 3
No pings yesterday
Amazonbot 39Perplexity 29Unknown AI 15Google 15ChatGPT 9Claude 9Ahrefs 7SEMrush 3Meta AI 1
Most referenced — #cli
No pings yesterday
How they use it
crawler 111
crawler_json 9
pre-tracking 7
Tag total127 pings
Terms pinged5 / 5
Distinct agents8
PCNTL Signals in CLI PHP PHP 7.1+
The PCNTL extension lets CLI PHP scripts handle OS signals (SIGTERM, SIGINT, SIGUSR1) — enabling graceful shutdown and hot reload in long-running daemons.
2mo ago
php advanced
PHP SAPI Types (FPM, CLI, Embed) PHP 4.0+
SAPI (Server API) defines how PHP is invoked — php-fpm for web requests, php-cli for commands, embed for C extensions — each has different lifecycle and configuration.
2mo ago
php intermediate
Socket Programming with PHP PHP 5.0+
PHP supports raw socket programming via the Sockets extension (socket_create) and stream sockets (stream_socket_client) — used for custom protocols, WebSocket servers, and network tools.
2mo ago
php advanced
CLI Tools with argparse & Click Python 3.6+
Building Python command-line tools — argparse (stdlib) for simple tools, Click (decorator-based) for complex CLIs with subcommands, type coercion, and better help formatting.
2mo ago
python intermediate
PHP CLI & Command-Line Scripts PHP 5.0+
Running PHP from the command line for scripts, queue workers, cron jobs, and interactive tools — a distinct execution context from web requests.
2mo ago
php beginner