• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • cyrus_query()

    (PHP 4 >= 4.1.0, PECL cyrus 1.0)

    Send a query to a Cyrus IMAP server

    说明

    cyrus_query(resource $connection,string $query): array

    Sends a query to a Cyrus IMAP server.

    参数

    $connection

    The connection handle.

    $query

    The query string.

    返回值

    Returns an associative array with the following keys:text,msgno, andkeyword.

    上篇:cyrus_connect()

    下篇:cyrus_unbind()