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://www.codercto.com/soft/d/25475.html

Masterminds of Programming

Masterminds of Programming

Federico Biancuzzi、Chromatic / O'Reilly Media / 2009-03-27 / USD 39.99

Description Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. Think along with Adin D. Falkoff (APL), Jame......一起来看看 《Masterminds of Programming》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码