Skip to content

Commit 819bae0

Browse files
minor
1 parent 7fcc51f commit 819bae0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -538,24 +538,6 @@ PHP
538538
- Requires the IPC server: [Neutral TS IPC Server](https://github.com/FranBarInstance/neutral-ipc/releases)
539539
- Requires the PHP IPC client: [Neutral TS IPC Clients](https://github.com/FranBarInstance/neutral-ipc)
540540

541-
```text
542-
include 'NeutralIpcTemplate.php';
543-
544-
$template = new NeutralIpcTemplate("file.ntpl", $schema);
545-
$contents = $template->render();
546-
547-
// e.g.: 200
548-
$status_code = $template->get_status_code();
549-
550-
// e.g.: OK
551-
$status_text = $template->get_status_text();
552-
553-
// empty if no error
554-
$status_param = $template->get_status_param();
555-
556-
// act accordingly at this point according to your framework
557-
```
558-
559541
Node.js
560542
-------
561543

0 commit comments

Comments
 (0)