Je was op zoek naar: upper memory block (Engels - Japans)

Computervertaling

Via de voorbeelden van menselijke vertaling trachten te leren vertalen.

English

Japanese

Info

English

upper memory block

Japanese

 

Van: Machinevertaling
Stel een betere vertaling voor
Kwaliteit:

Menselijke bijdragen

Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.

Voeg een vertaling toe

Engels

Japans

Info

Engels

deleting shared memory block

Japans

例 1共有メモリブロックの削除

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

writing to shared memory block

Japans

例 1共有メモリブロックに書き込む

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

create a new shared memory block

Japans

例 1共有メモリブロックを新規に作成する

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

her memory blocks.

Japans

- メモリーブロックだ

Laatste Update: 2016-10-27
Gebruiksfrequentie: 1
Kwaliteit:

Engels

shmop_open() can create or open a shared memory block.

Japans

(php 4 = 4.0.4)

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

shmop_close() is used to close a shared memory block.

Japans

shmop_close() は共有メモリブロックを閉じるために 使用されます。

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

this example opened a shared memory block with a system id of 0x0fff.

Japans

この例は、システムid 0x0fff の共有メモリブロックをオープンします。

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

shmop_size() is used to get the size, in bytes of the shared memory block.

Japans

shmop_size() は共有メモリブロックの大きさを得るた めに使用されます。

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

please replace memory blocks a through f.

Japans

メモリーブロックを 元の位置に戻しなさい

Laatste Update: 2016-10-27
Gebruiksfrequentie: 1
Kwaliteit:

Engels

this example will write data inside $my_string into shared memory block, $shm_bytes_written will contain the number of bytes written.

Japans

この例は、共有メモリブロックに $my_string 内のデー タを書き込みます。 $shm_bytes_written には、書 き込んだバイト数が代入されます。

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Engels

?php / / create 100 byte shared memory block with system id if 0xff3 $shm_id = shmop_open( 0xff3, "c", 0644, 100); if(!$shm_id) {echo "couldn't create shared memory segment\n";} / / get shared memory block's size $shm_size = shmop_size($shm_id); echo "shm block size: ".$shm_size. "has been created.\n"; / / lets write a test string into shared memory $shm_bytes_written = shmop_write($shm_id, "my shared memory block", 0); if($shm_bytes_written != strlen("my shared memory block")) {echo "couldn't write the entire length of data\n";} / / now lets read the string back $my_string = shmop_read($shm_id, 0, $shm_size); if(!$my_string) {echo "couldn't read from shared memory block\n";} echo "the data inside shared memory was: ".$my_string ."\n"; / /now lets delete the block and close the shared memory segment if(!shmop_delete($shm_id)) {echo "couldn't mark shared memory block for deletion .";} shmop_close($shm_id);?

Japans

この拡張モジュールは定数を全く定義しませ ん。

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Waarschuwing: Bevat onzichtbare HTML-opmaak

Krijg een betere vertaling met
7,739,701,163 menselijke bijdragen

Gebruikers vragen nu voor assistentie



Wij gebruiken cookies om u de best mogelijke ervaring op onze website te bieden. Door de website verder te gebruiken, geeft u toestemming voor het gebruik van cookies. Klik hier voor meer informatie. OK