{"id":443,"date":"2024-10-11T09:00:55","date_gmt":"2024-10-11T08:00:55","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=443"},"modified":"2024-10-11T09:00:55","modified_gmt":"2024-10-11T08:00:55","slug":"mwnci-isfifo-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-isfifo-function\/","title":{"rendered":"Mwnci isfifo() Function"},"content":{"rendered":"<h2>Syntax<\/h2>\n<p>isfifo<strong>(<em>string<\/em>)<\/strong><\/p>\n<h2>Description<\/h2>\n<p>The <i>isfifo()<\/i> function returns <em>true<\/em> if the path points to a named pipe , <em>false<\/em> if it points to another kind of file.<\/p>\n<p><em>false<\/em> is also returned if the path doesn\u2019t exist<\/p>\n<h2>Example<\/h2>\n<pre>include(\"file\")\r\nmkfifo(\"\/tmp\/pipe\")\r\nprintln(isfifo(\"\/tmp\/pipe\"))\r\nprintln(isfifo(\"\/etc\/passwd\"))\r\nunlink(\"\/tmp\/pipe\")\r\nprintln(isfifo(\"\/tmp\/pipe\"))\r\n\r\ntrue\r\nfalse\r\nfalse<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Syntax isfifo(string) Description The isfifo() function returns true if the path points to a named pipe , false if it points to another kind of file. false is also returned if the path doesn\u2019t exist Example include(&#8220;file&#8221;) mkfifo(&#8220;\/tmp\/pipe&#8221;) println(isfifo(&#8220;\/tmp\/pipe&#8221;)) println(isfifo(&#8220;\/etc\/passwd&#8221;)) unlink(&#8220;\/tmp\/pipe&#8221;) println(isfifo(&#8220;\/tmp\/pipe&#8221;)) true false false<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-443","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=443"}],"version-history":[{"count":1,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/443\/revisions"}],"predecessor-version":[{"id":444,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/443\/revisions\/444"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}