0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-09 23:17:50 +00:00
healthchecks_healthchecks/templates/docs/php.html
2020-01-23 16:04:15 +02:00

4 lines
No EOL
229 B
HTML

<h1>PHP</h1>
<p>Below is an example of making a HTTP request to SITE_NAME from PHP.</p>
<div class="highlight"><pre><span></span><span class="x">file_get_contents(&#39;https://hc-ping.com/your-uuid-here&#39;);</span>
</pre></div>