deltoideus wrote in php

class function

Is there any way to use class function without creating tis class object?
For instance use function 'test_function()' from class 'TestClass'...

Somewhere i saw:

TestClass::test_function()

What is that for and is it PHP at all?