curl -s https://ipinfo.io/json | jq

curl http://checkip.amazonaws.com
curl -s https://ipinfo.io/json | jq
curl http://checkip.amazonaws.com
Ever wondered what extensions you have installed and want to keep a list? This actually is a good way to audit your...
<?php $options = [ 'rootNode' => 'response' ]; // array_merge // the same key appearing later will overwrite echo...
In your view somewhere enter <?php dd($this->Form->getTemplates()); ?> Reload the page and then you can view the...
0 Comments