links[ $rel ] ) ) { $this->links[ $rel ] = array(); } if ( isset( $attributes['href'] ) ) { // Remove the href attribute, as it's used for the main URL. unset( $attributes['href'] ); } $this->links[ $rel ][] = array( 'href' => $href, 'attributes' => $attributes, ); } /** * Removes a link from the response. * * @since 4.4.0 * * @param string $rel Link relation. Either an IANA registered type, or an absolute URL. * @param string $href Optional. Only remove links for the relation matching the given href. * Default null. */ public function remove_link( $rel, $href = null ) { if ( ! isset( $this->links[ $rel ] ) ) { return; } if ( $href ) { $this->links[ $rel ] = wp_list_filter( $this->links[ $rel ], array( 'href' => $href ), 'NOT' ); } else { $this->links[ $rel ] = array(); } if ( ! $this->links[ $rel ] ) { unset( $this->links[ $rel ] ); } } /** * Adds multiple links to the response. * * Link data should be an associative array with link relation as the key. * The value can either be an associative array of link attributes * (including `href` with the URL for the response), or a list of these * associative arrays. * * @since 4.4.0 * * @param array $links Map of link relation to list of links. */ public function add_links( $links ) { foreach ( $links as $rel => $set ) { // If it's a single link, wrap with an array for consistent handling. if ( isset( $set['href'] ) ) { $set = array( $set ); } foreach ( $set as $attributes ) { $this->add_link( $rel, $attributes['href'], $attributes ); } } } /** * Retrieves links for the response. * * @since 4.4.0 * * @return array List of links. */ public function get_links() { return $this->links; } /** * Sets a single link header. * * @internal The $rel parameter is first, as this looks nicer when sending multiple. * * @since 4.4.0 * * @link https://tools.ietf.org/html/rfc5988 * @link https://www.iana.org/assignments/link-relations/link-relations.xml * * @param string $rel Link relation. Either an IANA registered type, or an absolute URL. * @param string $link Target IRI for the link. * @param array $other Optional. Other parameters to send, as an associative array. * Default empty array. */ public function link_header( $rel, $link, $other = array() ) { $header = '<' . $link '>; rel="' . $rel . '"'; foreach ( $other as $key => $value ) { if ( 'title' === $key ) { $value = '"' . $value . '"'; } $header .= '; ' . $key . '=' . $value; } $this->header( 'Link', $header, false ); } /** * Retrieves the route that was used. * * @since 4.4.0 * * @return string The matched route. */ public function get_matched_route() { return $this->matched_route; } /** * Sets the route (regex for path) that caused the response. * * @since 4.4.0 * * @param string $route Route name. */ public function set_matched_route( $route ) { $this->matched_route = $route; } /** * Retrieves the handler that was used to generate the response. * * @since 4.4.0 * * @return null|array The handler that was used to create the response. */ public function get_matched_handler() { return $this->matched_handler; } /** * Sets the handler that was responsible for generating the response. * * @since 4.4.0 * * @param array $handler The matched handler. */ public function set_matched_handler( $handler ) { $this->matched_handler = $handler; } /** * Checks if the response is an error, i.e. >= 400 response code. * * @since 4.4.0 * * @return bool Whether the response is an error. */ public function is_error() { return $this->get_status() >= 400; } /** * Retrieves a WP_Error object from the response. * * @since 4.4.0 * * @return WP_Error|null WP_Error or null on not an errored response. */ public function as_error() { if ( ! $this->is_error() ) { return null; } $error = new WP_Error(); if ( is_array( $this->get_data() ) ) { $data = $this->get_data(); $error->add( $data['code'], $data['message'], $data['data'] ); if ( ! empty( $data['additional_errors'] ) ) { foreach ( $data['additional_errors'] as $err ) { $error->add( $err['code'], $err['message'], $err['data'] ); } } } else { $error->add( $this->get_status(), '', array( 'status' => $this->get_status() ) ); } return $error; } /** * Retrieves the CURIEs (compact URIs) used for relations. * * @since 4.5.0 * * @return array Compact URIs. */ public function get_curies() { $curies = array( array( 'name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true, ), ); /** * Filters extra CURIEs available on REST API responses. * * CURIEs allow a shortened version of URI relations. This allows a more * usable form for custom relations than using the full URI. These work * similarly to how XML namespaces work. * * Registered CURIES need to specify a name and URI template. This will * automatically transform URI relations into their shortened version. * The shortened relation follows the format `{name}:{rel}`. `{rel}` in * the URI template will be replaced with the `{rel}` part of the * shortened relation. * * For example, a CURIE with name `example` and URI template * `http://w.org/{rel}` would transform a `http://w.org/term` relation * into `example:term`. * * Well-behaved clients should expand and normalize these back to their * full URI relation, however some naive clients may not resolve these * correctly, so adding new CURIEs may break backward compatibility. * * @since 4.5.0 * * @param array $additional Additional CURIEs to register with the REST API. */ $additional = apply_filters( 'rest_response_link_curies', array() ); return array_merge( $curies, $additional ); } } Best & Honest Study Abroad Consultancy | www.gscl.com.bd

Bangladesh Country Profile – Global Study Consultancy

Shafiqul Islam Jibon: Bangladesh is one of the beautiful country on the planet. The people of Bangladesh are always friendly, welcoming and hospitable to everyone. However, it Map of Bangladesh

is one of the world’s most densely populated countries, with its people crammed into a delta of rivers that empties into the Bay of Bengal.

Poverty is deep and widespread, but Bangladesh has in recent years reduced population growth and improved health and education and many more in it’s social and economic indicators.
Formerly East Pakistan, Bangladesh came into being only in 1971, when the two parts of Pakistan split after a bitter war which drew in neighbouring India.
Bangladesh spent 15 years under military rule and, although democracy was restored in 1990, the political scene remains volatile.
Islamist extremism has been rising in the usually tolerant country.
The low-lying country is vulnerable to flooding and cyclones, and stands to be badly affected by any rises in sea levels.
The official name of the country:

People’s Republic of Bangladesh

Capital: Dhaka

  • Population 162 million
  • Area 143,998 sq km (55,598 sq miles)
  • Major language Bengali
  • Major religion Islam, Hinduism
  • Life expectancy 69 years (men), 70 years (women)
  • Currency taka

Some key dates in the history of Bangladesh:
1947 – British colonial rule over India ends. A largely Muslim state comprising East and West Pakistan is established, either side of India. The two provinces are separated from each other by more than 1,500 km of Indian territory.
1971 – Independence after a nine-month war, with India backing the Bengali nationalists against Pakistan.
1973 – First parliamentary elections give the Awami League a landslide victory.
1975 – A military coup sees founding president Sheikh Mujibur Rahman and most of his family members killed, putting an end to civilian rule.
1979 – Second parliamentary elections brings former army chief Ziaur Rahman’s Bangladesh Nationalist Party (BNP) to power.
1981 – Ziaur Rahman assassinated during abortive military coup.
1982 – General Ershad assumes power in army coup. He suspends the constitution and political parties.
1991 – The country returns to a parliamentary system of government.

Indian troops fire on Pakistani positions

According to Bangladesh-Wikipedia:
Bangladesh is a country in South Asia. It shares land borders with India and Myanmar (Burma). NepalBhutan and China are located near Bangladesh but do not share a border with it. The country’s maritime territory in the Bay of Bengal is roughly equal to the size of its land area.[13] Bangladesh is the world’s eighth most populous countryDhaka is its capital and largest city, followed by Chittagong, which has the country’s largest port.
Bangladesh forms the largest and easternmost part of the Bengal region.[14] Bangladeshis include people from a range of ethnic groups and religions. Bengalis, who speak the official Bengali language, make up 98% of the population.[2][3] The politically dominant Bengali Muslims make the nation the world’s third largest Muslim-majority country.
Most of Bangladesh is covered by the Bengal delta, the largest delta on Earth. The country has 700 rivers and 8,046 km (5,000 miles) of inland waterways. Highlands with evergreen forests are found in the northeastern and southeastern regions of the country. Bangladesh has many islands and a coral reef. The longest unbroken sea beach, Cox’s Bazar Beach is located here. It is home to the Sundarbans, the largest mangrove forest in the world. The country’s biodiversityincludes a vast array of plant and wildlife, including endangered Bengal tigers, the national animal.
The Greeks and Romans identified the region as Gangaridai, a powerful kingdom of the historical subcontinent, in the 3rd century BCE. Archaeological research has unearthed several ancient cities in Bangladesh, which enjoyed international trade links for millennia.[15] The Bengal Sultanate and Mughal Bengal transformed the region into a cosmopolitan Islamicimperial power between the 14th and 18th centuries. The region was home to many principalities that made use of their inland naval prowess.[16][17] It was also a notable center of the global muslin and silk trade. As part of British India, the region was influenced by the Bengali renaissance and played an important role in anti-colonial movements. The Partition of British India made East Bengal a part of the Dominion of Pakistan; and renamed it as East Pakistan. The region witnessed the Bengali Language Movement in 1952 and the Bangladesh Liberation War in 1971.[18] After independence was achieved, a parliamentary republic was established. A presidential government was in place between 1975 and 1990, followed by a return to parliamentary democracy. The country continues to face challenges in the areas of povertyeducationhealthcare and corruption.
Bangladesh is a middle power and a developing nation. Listed as one of the Next Eleven, its economy ranks 46th in terms of nominal gross domestic product (GDP) and 29th in terms of purchasing power parity (PPP). It is one of the largest textile exporters in the world. Its major trading partners are the European Union, the United States, China, India, JapanMalaysia and Singapore. With its strategically vital location between Southern, Eastern and Southeast Asia, Bangladesh is an important promoter of regional connectivity and cooperation. It is a founding member of SAARCBIMSTEC, the Bangladesh-China-India-Myanmar Forum for Regional Cooperation and the Bangladesh Bhutan India Nepal Initiative. It is also a member of the Commonwealth of Nations, the Developing 8 Countries, the OIC, the Non Aligned Movement, the Group of 77 and the World Trade Organization. Bangladesh is one of the largest contributors to United Nations peacekeeping forces. To read more details, please click here: https://en.wikipedia.org/wiki/Bangladesh

Leave a Reply

Categories
Tags
4 easy steps to study abroad from bangladesh (2) 4 easy ways to study abroad from Bangladesh (2) Education abroad from Bangladesh (3) study abroad education consultant for students in bangladesh (1) Study Abroad from Bangladesh (1) Study Abroad from Dhaka (1) Study Abroad from Dhaka Bangladesh (1) Study Abroad from Nepal with Global Study Consultancy Bangladesh (1) study abroad in 4 easy steps (1) study abroad in 4 easy steps from bangladesh (2) study abroad in 4 easy steps from dhaka (1) study abroad in 4 easy steps from Dhaka Bangladesh (1) Study Abroad in Azerbaijan with Global Study Bangladesh (1) Study Abroad in Baku (1) study abroad in cyprus from bangladesh (1) study abroad in easy steps from bangladesh (1) Study at Canadian universities from Bangladesh (1) Study at Drew University with Global Study Consultancy | Bangladesh (1) Study at IIUM Malaysia from Bangladesh (1) Study at IIUM with Global Study Consultancy (1) Study at International Islamic University Malaysia from Bangladesh (1) Study at Int Islamic University from Bangladesh (1) Study at Kent State University with Global Study Consultancy (1) Study at Murray State University with Global Study Consultancy (1) Study at NYIT in New York with Global Study Consultancy | Bangladesh (1) Study at Post University - Global Study Consultancy | Bangladesh (1) Study at Shorter University - Global Study Consultancy | Bangladesh (1) Study at Suffolk University with Global Study Consultancy (1) Study at Tarleton State University with Global Study Consultancy (1) Study at Trine University with Global Study Consultancy | Bangladesh (1) Study at UM Malaysia with Global Study Consultancy from Bangladesh (1) Study at University of Malaya with Global Study Consultancy (1) Study at University of Manitoba (1) Study at University of Toronto from Bangladesh (1) Study at Westcliff University with Global Study Consultancy (1) study in america from bangladesh (1) study in atlanta from bangladesh (1) Study in Australia from Bangladesh (1) Study in Azerbaijan from Bangladesh (1) study in boston from bangladesh (1) study in california from bangladesh (1) study in canada (1) Study in Canada for Bangladeshi Students (1) study in canada from bangladesh (1) Study in Canada or USA with Global Study Consultancy Bangladesh (1)