How to use the func multiplayer.is_server() ?

Godot Version

godot-4.3

Question

func _process(delta):
	if multiplayer.is_server():
		print("aaaaaaaa")

it will print “aaaaaaa” always,So what’s the use of “is_server()” ?,just look at good ?