0

sorry guys i am learning php, sometimes i see on tutorials people use -> i been wondering what does this means in php ?

for example like this i saw on many tutorials

if($resultSet->num_rows != 0) {
    // code here ...
}

see simple code above has $resultSet->num_rows what does this means -> and what is another way to make this code right so i can understand this ?

i am learning php and wanted to ask only what does this means and if there's any other ways instead of using ->

0 Answers0