mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
5 lines
103 B
PHP
5 lines
103 B
PHP
<pre>
|
|
<?php
|
|
echo htmlspecialchars(file_get_contents(dirname(__FILE__) . "/WhoisData.wsdl"));
|
|
?>
|
|
</pre>
|