reading - writing multiple pins simultaneously.

and how would you read the pins?

digitalRead(PORTB); //

or

someVariable = PORTB;