What is post_max_size in php

post_max_size is the maximum post limit or size of the entire body of the request, which could include multiple files. It sets max size of post data allowed.Our file upload counts towards this limit.