Movatterモバイル変換


[0]ホーム

URL:


PHP 8.5.0 Alpha 2 available for testing
    getSession »
    « Mysql_xdevapi Functions

    expression

    (No version information available, might only be in Git)

    expressionBind prepared statement variables as parameters

    Description

    mysql_xdevapi\expression(string$expression):object

    Warning

    This function iscurrently not documented; only its argument list is available.

    Parameters

    expression

    Return Values

    Examples

    Example #1mysql_xdevapi\Expression() example

    <?php
    $expression
    =mysql_xdevapi\Expression("[age,job]");

    $res=$coll->find("age > 30")->fields($expression)->limit(3)->execute();
    $data=$res->fetchAll();

    print_r($data);
    ?>

    The above example will outputsomething similar to:

    <?php

    Found A Problem?

    Learn How To Improve This PageSubmit a Pull RequestReport a Bug
    add a note

    User Contributed Notes

    There are no user contributed notes for this page.
    To Top
    and to navigate •Enter to select •Esc to close
    PressEnter without selection to search using Google

    [8]ページ先頭

    ©2009-2025 Movatter.jp