PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Wyposażenie pracowni - pozycjonowanie opole - Biżuteria, jubiler - nawigacja gps - Zakłady sportowe online - projekty domów jednorodzinnych


gmp_setbit

gmp_setbit

(PHP 4 >= 4.0.4, PHP 5)

gmp_setbit -- Set bit

Description

void gmp_setbit ( resource &a, int index [, bool set_clear] )

Sets bit index in a. set_clear defines if the bit is set to 0 or 1. By default the bit is set to 1. Index starts at 0.

Notatka: Unlike most of the other GMP functions, gmp_setbit() must be called with a GMP resource that already exists (using gmp_init() for example). One will not be automatically created.

Przykład 1. gmp_setbit() example

<?php
$a
= gmp_init("0xfd");
gmp_setbit($a, 1); // index starts at 0
echo gmp_strval($a) . "\n";
?>

The printout of the above program will be:

255

See also gmp_clrbit().

faktura program do fakturowania vat - Firma Procreate oferuje skuteczne pozycjonowanie z gwarancja TOP10 - darmowe galerie - darmowe zdjęcia - hacking - Skuteczne pozycjonowanie i optymalizacja stron www. - tworzenie stron - opisy - Bardzo śmieszne opisy na gg - Najlepsze pionowe opisy gg do Twojego komunikatora - Oferujemy znane skrypty sklepy internetowe warszawa bogate portfolio. - gotseoweb - Super komputery tanie - zdjęcia scenerii - pozycjonowanie stron bielsko

G:3,M:0,Y:28