IPSymcon JSON API Wrapper 7.0 (IPS V7.0)
Loading...
Searching...
No Matches
test_ips_wrapper.php

simple function call

simple function call

<?php
if (!function_exists('IPS_GetKernelVersion')) {
//we are outside of IPS and need the JSON wrapper
include('../ips_wrapper.php');
}
//now you can call ips functions as usual
print $version;
IPS_GetKernelVersion()
IPS_GetKernelVersion.
Definition ips_wrapper.php:4589