検索

phrase: max: clip:
target: order:
Results of 771 - 780 of about 817 for return (0.319 sec.)
配列または Countable オブジェクトに含まれるすべての要素の数を数える 2781
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... someMethod () { } public function count (): int { return count ( get_class_methods ( $this )); } } $obj = n ...
https://man.plustar.jp/php/function.count.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 2781
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... ents MyInterface { public function MyFunction () { return "MyClass Implements MyInterface!" ; } } // オブジェ ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
LDAP エントリの変更をまとめて実行する 2781
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap ... Active Directory) <?php function adifyPw ( $pw ) { return iconv ( "UTF-8" , "UTF-16LE" , '"' . $pw . '"' ); ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
HTML 数値エンティティを文字にデコードする 2781
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... coding ( hex2bin ( $u ), 'UTF-8' , 'UTF-32' ); } } return $encoded ; } // テストデータ $convmap = [ 0x0 , 0x ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
クエリの次の行をオブジェクトとして返す 2781
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... resource $statement , int $mode = OCI_ASSOC | OCI_RETURN_NULLS ): stdClass | false クエリから、結果セットの ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 2781
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットか ... _DONTWAIT 通常はブロックする場面であってもそのまま return する。 address AF_UNIX 型のソケットの場合は、 addr ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
文字列の一部分を返す 2781
« substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7, ... ?php class apple { public function __toString () { return "green" ; } } echo "1) " . var_export ( substr ( " ...
https://man.plustar.jp/php/function.substr.html - [similar]
色を補間する 2781
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... ColorImage ( $sparseMethod , $barycentricPoints ); return $imagick ; } ?> 関連キーワード: Imagick , 補間 , s ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
単一または全てのフィールドをクリアする 2781
« IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー ... $cal -> isSet ( $value )) { $ret [] = $name ; } } return $ret ; } $cal = new IntlGregorianCalendar ( 2013 , ...
https://man.plustar.jp/php/intlcalendar.clear.html - [similar]
例外を拡張する 2781
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... 表現を独自に定義する public function __toString () { return __CLASS__ . ": [ { $this -> code } ]: { $this -> m ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]