検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for hi (0.011 sec.)
tar/zip の内部のファイルに、外部ファイルあるいは文字列の内容を設定する 6712
« PharData::isWritable PharData::offsetUnset » PHP Manual PharData tar/zip の内部のファイルに、外 ... // offsetSet がコールされます $p [ 'file.txt' ] = 'Hi there' ; } catch ( Exception $e ) { echo 'file.txt ...
https://man.plustar.jp/php/phardata.offsetset.html - [similar]
ファイル固有のパーミッションビットを設定する 6712
« PharFileInfo PharFileInfo::compress » PHP Manual PharFileInfo ファイル固有のパーミッションビッ ... [ 'file.sh' ] = '#!/usr/local/lib/php <?php echo "hi"; ?>' ; // 実行ビットを設定します $p [ 'file.sh' ] ...
https://man.plustar.jp/php/pharfileinfo.chmod.html - [similar]
使用可能な辞書の一覧を返す 6544
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... ibenchant_aspell.so ) [6] => Array ( [lang_tag] => hi_IN [provider_name] => myspell [provider_desc] => M ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
FAQ: 名前空間について知っておくべきこと 6544
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... クラスのインスタンスを作成します echo \ strlen ( 'hi' ); // "strlen" 関数をコールします $a = \ INI_ALL ... } my (); // "foo\my" をコールします $a = strlen ( 'hi' ); // "foo\strlen" が存在しないので、グローバル関 ... {} ?> another.php <?php namespace another ; class thing {} ?> file2.php <?php namespace my \ stuff ; inc ... ile1.php' ; include 'another.php' ; use another \ thing as MyClass ; $a = new MyClass ; // 名前空間 anot ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに書き込まれる... 6544
« Phar::interceptFileFuncs Phar::isCompressed » PHP Manual Phar Phar の書き込み操作がバッファリン ... har ( 'existingphar.phar' ); $p [ 'file1.txt' ] = 'hi' ; var_dump ( $p -> isBuffering ()); var_dump ( $p ...
https://man.plustar.jp/php/phar.isbuffering.html - [similar]
内部ファイルに、外部ファイルの内容を設定する 6544
« Phar::offsetGet Phar::offsetUnset » PHP Manual Phar 内部ファイルに、外部ファイルの内容を設定す ... // offsetSet がコールされます $p [ 'file.txt' ] = 'Hi there' ; } catch ( Exception $e ) { echo 'ファイル ...
https://man.plustar.jp/php/phar.offsetset.html - [similar]
phar 内の現在の Phar エントリの圧縮を解除する 6544
« PharFileInfo::__construct PharFileInfo::delMetadata » PHP Manual PharFileInfo phar 内の現在の ... my.phar' , 0 , 'my.phar' ); $p [ 'myfile.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; $file -> compress ...
https://man.plustar.jp/php/pharfileinfo.decompress.html - [similar]
Phar アーカイブ内での実際のファイルの大きさ (圧縮された状態) を返す 6544
« PharFileInfo::getCRC32 PharFileInfo::getContent » PHP Manual PharFileInfo Phar アーカイブ内での ... my.phar' , 0 , 'my.phar' ); $p [ 'myfile.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; echo $file -> getC ...
https://man.plustar.jp/php/pharfileinfo.getcompressedsize.html - [similar]
バックトレースを生成する 6392
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu ... ル名: /tmp/a.php function a_test ( $str ) { echo "\nHi: $str " ; var_dump ( debug_backtrace ()); } a_test ... p/b.php を実行した際の結果は以下のようになります。 Hi: friend array(2) { [0]=> array(4) { ["file"] => st ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]
名前空間の概要 6392
« 名前空間 名前空間の定義 » PHP Manual 名前空間 名前空間の概要 名前空間の概要 (PHP 5 >= 5.3.0, P ... // "グローバル空間" を参照ください $a = strlen ( 'hi' ); // "名前空間の使用法: グローバル関数/定数への ...
https://man.plustar.jp/php/language.namespaces.rationale.html - [similar]
PREV 1 2 3 4 5 NEXT