What is post_max_size in php

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "October 23, 2019";

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.

}