Astconf 查询语言 asterisk-aql

软件介绍

AQL (Astconf Query Language) 是一种类似 SQL 的语句用来为 PHP 读写 Asterisk 配置文件提供方便。

示例代码:

 

<?
include
("aql.php");

// to query extension 8001 settings from sip.conf
$aql
= new aql;
$aql
->set('basedir','/etc/asterisk/');
$db
= $aql->query("select * from sip.conf where section='8001'");
print_r
($db);
?>

output:
Array
(
    [8888] => Array
        (
            [type] => friend
            .....
        )

)

本文地址:https://codercto.com/soft/d/25475.html

Ajax for Web Application Developers

Ajax for Web Application Developers

Kris Hadlock / Sams / 2006-10-30 / GBP 32.99

Book Description Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web f......一起来看看 《Ajax for Web Application Developers》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具